Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 850 Bytes

README.md

File metadata and controls

44 lines (23 loc) · 850 Bytes

notes-app

Cli based simple note taking app using Go

install

go get -u https://github.com/ChandanGhosh/notes-app

Navigate to notes-app folder and run go install to run as a binary

Cli

$ 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)