Cli based simple note taking app using Go
go get -u https://github.com/ChandanGhosh/notes-app
Navigate to notes-app folder and run go install
to run as a binary
$ notes-app h
NAME:
cli based note app - A new cli application
USAGE:
notes-app [global options] command [command options] [arguments...]
VERSION:
1.0.0
COMMANDS:
list, l list notes
add, a Add a new note
read, r read a note
remove, rm remove a note
update, u update a note
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)