/bookmark-cli

CLI application to manage bookmarks.

Primary LanguageGoApache License 2.0Apache-2.0

bookmark-cli

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

bookmark-cli screenshot

Usage

Available Commands:

insert

Add a new bookmark to bookmarks list

bookmark insert "<boomkmark>"

list

Display the list of all of your bookmarks

bookmark list

You can use last subcommand to display last most added bookmark

bookmark list last

clearall

Clear all the bookmarks

bookmark clearall

help

Help about any command

bookmark help

License

This project is under Apache License 2.0. Please check LICENSE for more info.