bm

you can bookmark webpage and search by title, tag, html-body.
Installation
On macOS
brew tap kcwebapply/bm
brew install bm
Usage
view bookmarks
listing bookmarks
bm list bm ls

content-search
By bm ls -s ${word}, you can search in html contents search.

title-grep
bm ls ${searchWord} , you can filtering bookmark by title.
tag-search
bm ls -t ${tagName} , you can search bookmark by tag name.
add bookmark
bm add ${url} bm a ${url}
you can save bookmark by bm add command.
you can set tags (max 3 tags) on your bookmark.
import chrome bookmark
bm import {filepath}
you can import chrome bookmark export file.
delete bookmark
bm rm ${bookmark-id}
To delete bookmark on you list, please input bookmark-id that automatically assigned to all bookmark.
you can confirm bookmark-id by bm ls command.
open bookmark
bm open ${bookmark-id}
you can open bookmark web-site from cli.