Command Line tool to manage all of your bookmarks at one place.
Also, source code for https://jogendra.github.io/building-command-line-tools-in-go
Available Commands:
Add a new bookmark to bookmarks list
bookmark insert "<boomkmark>"
Display the list of all of your bookmarks
bookmark list
You can use last
subcommand to display last most added bookmark
bookmark list last
Clear all the bookmarks
bookmark clearall
Help about any command
bookmark help
This project is under Apache License 2.0. Please check LICENSE for more info.