Skip to content

jogendra/bookmark-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.