Note CLI is a small program intended for taking note in command line.
- Build the project.
- Run the program in your terminal.
- Help
~/note_cli help
Note CLI - Take a short note in command line.
Usage:
list List of notes
create Create new note
read Read note
delete Delete note
help Show this text- Create
~/note_cli create
Title: test
Content:
wow- List
~/note_cli list
List of notes:
1: test- Read
~/note_cli read <index>
test's contents:
wow- Delete
~/note_cli delete <index>