Take notes from command line. cnote
is a simple app that can instantly save your notes. You can make your notes in your favorite text
editor (Just define $EDITOR environment variable).
Simple ;). Use cmake
to build the project.
To create a note, type ./cnote Notes.txt
or any other file. Note will
be created and saved in Notes.txt.
- Project started
- Start taking note
- Save atleast one note
- Save notes in the json format.
This list is still incomplete! Help me in completing it.