0.2.0 • Published 8 years ago

browser-bookmark-manager v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Browser Bookmark Manager

dependencies npm npm2

A CLI to help you (fuzzily) find and manage your browser bookmarks.

npm.io

Installation

Via NPM:

npm install -g browser-bookmark-manager

Usage

bbm <searchterm>

If no <searchterm> is specified you may browse through all boomarks.

Options

-b, --browser <browsername>

Searches for bookmarks on this browser. Currently only Google Chrome and Firefox are supported

Default: chrome

-p, --profile <profilename>

Search for bookmarks using this profile.

Default: Default

-h, --help

Shows the help screen

Browser Support

  • Google Chrome
  • Firefox
  • Opera
  • Safari
  • Microsoft Edge

OS Support

  • OS X
  • Windows
  • Linux

To-Do

  • Delete bookmarks
  • Any ideas ?