npm.io
1.0.4 • Published 6 years agoCLI

node-bookmark-cli

Licence
ISC
Version
1.0.4
Deps
4
Size
17 kB
Vulns
3
Weekly
0
Stars
2

Bookmark CLI

Prerequisite

Mongo DB server is running on your local machine

Installation

npm install -g node-bookmark-cli
List all categories

List all categories or all bookmark in a category

Example
bookmark list
bookmark list golang
Usage
bookmark list [category]

If category is missing it will list all categories.

Add a new bookmark

Add a new bookmark in a category.

Example
bookmark add golang http://golang.org -t golang -s 100
Usage
bookmark add <category> <url> -t title -s score

Options:
-t, --title [title]    bookmark title
-s, --score [score]    bookmark score for ranking
Open a bookmark

Open a bookmark by title or id

Example
bookmark open 1
bookmark open golang
Usage
bookmark open <id | title>
Update a bookmark

Update title, url, score of a bookmark by id

Example
bookmark update 1 -t golang -u http://golang.org -s 25
Usage
bookmark update <id> -t [title] -u [url] -s [score]

Options:
-t, --title [title]    bookmark title
-s, --score [score]    bookmark score for ranking
-u, --url [url]        bookmark url
Delete a bookmark

Delete a bookmark by id

Example
bookmark delete 2
Usage
bookmark delete <id>

Keywords