browser-bookmark-manager

Find and manager your Chrome, Firefox, Safari, Opera and Edge bookmarks using the command-line


Keywords
browser, bookmark, chrome, firefox, safari, opera, edge, search, cli
License
MIT
Install
npm install browser-bookmark-manager@0.1.2

Documentation

Browser Bookmark Manager

dependencies npm npm2

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

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 ?