jogendra / bookmark-cli

CLI application to manage bookmarks.

Home Page:https://jogendra.github.io/building-command-line-tools-in-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CLI application to manage bookmarks.

https://jogendra.github.io/building-command-line-tools-in-go

License:Apache License 2.0


Languages

Language:Go 86.9%Language:Ruby 13.1%