/cnote

Take notes from command line

Primary LanguageC++MIT LicenseMIT

cnote

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

Building

Simple ;). Use cmake to build the project.

Start taking note

To create a note, type ./cnote Notes.txt or any other file. Note will be created and saved in Notes.txt.

TODO

  • 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.