https://github.com/crunchtime-ali/browser-bookmark-manager
Search through your Chrome and Firefox bookmarks with the command-line
https://github.com/crunchtime-ali/browser-bookmark-manager
browser browser-bookmarks chrome firefox google-chrome nodejs
Last synced: about 1 year ago
JSON representation
Search through your Chrome and Firefox bookmarks with the command-line
- Host: GitHub
- URL: https://github.com/crunchtime-ali/browser-bookmark-manager
- Owner: crunchtime-ali
- Created: 2016-08-07T17:08:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T00:17:19.000Z (over 6 years ago)
- Last Synced: 2024-10-30T03:44:27.222Z (over 1 year ago)
- Topics: browser, browser-bookmarks, chrome, firefox, google-chrome, nodejs
- Language: JavaScript
- Size: 25.4 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Browser Bookmark Manager
[](https://david-dm.org/dj-hedgehog/browser-bookmark-manager)
[](https://www.npmjs.com/package/browser-bookmark-manager)
[](https://www.npmjs.com/package/browser-bookmark-manager)
A CLI to help you (fuzzily) find and manage your browser bookmarks.

## Installation
Via NPM:
```
npm install -g browser-bookmark-manager
```
## Usage
```
bbm
```
If no `` is specified you may browse through all boomarks.
### Options
```
-b, --browser
```
Searches for bookmarks on this browser. Currently only Google Chrome and Firefox are supported
Default: `chrome`
```
-p, --profile
```
Search for bookmarks using this profile.
Default: `Default`
```
-h, --help
```
Shows the help screen
## Browser Support
- [x] Google Chrome
- [x] Firefox
- [ ] Opera
- [ ] Safari
- [ ] Microsoft Edge
## OS Support
- [x] OS X
- [x] Windows
- [x] Linux
## To-Do
- [ ] Delete bookmarks
- [ ] *Any ideas ?*