Skip to content
forked from bgunn/cnote

A command line note taking application

License

Notifications You must be signed in to change notification settings

brian-arms/cnote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnote

A command line note taking application

Install

yarn install # (or npm install)
ln -s `pwd`/cnote.js /usr/local/bin/cnote  

Usage

Add a note

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 notes

List all notes
cnote list

List notes with tag todo
cnote list -t todo

Read a note

cnote read <id>

Delete a note

cnote delete <id>

About

A command line note taking application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%