Skip to content

crunchtime-ali/browser-bookmark-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ?