A command line note taking application
yarn install (or npm install) ln -s cnote.js /usr/local/bin/cnote
Add a note applying some markdown and tagging the note as personal and todo
cnote add "This is **my** first note. Be sure to delete it!" -t personal,todo
List all notes
cnote list
List notes with tag todo
cnote list -t todo
cnote read <id>
cnote delete <id>