bkmr

Unified CLI tool for managing bookmarks, snippets, and knowledge

brewmacoslinux
Try with needOr install directly
Source

About

Unified CLI Tool for Bookmark, Snippet, and Knowledge Management

Commands

bkmr

Examples

Add a new bookmark with tags$ bkmr bookmark add https://example.com -t web,reference -d 'Example website'
Save a code snippet for later use$ bkmr snippet add -n 'hello-world' -l python -c 'print("Hello World")'
Search through saved bookmarks and snippets$ bkmr search web -t reference