shellnotes v1.0.3
shellnotes 🐢
The tiny turtle terminal note taker.
Shellnotes is a way to keep track of those small details and points that come up throughout the day. Shellnotes can help you avoid the workflow or meeting interruptions experienced by making a doc and remembering where you put it. At the end of your day, you can do a quick recap with the --today functionality or --yesterday for the previous day. This tool can help you remember what you did for your daily standups. If you enjoy this system leave a ⭐️. Thanks! More features coming soon.
install
npm install -g shellnotesexample usage
shellnotes Something I want to take a note onOpen today's note
shellnotes --editView today's note
shellnotes --todayView yesterday's note
shellnotes --yesterdaySee all of your notes
shellnotes --allYou can also use the command note for shorthand instead of shellnotes
note Something I want to take a note onOpen today's note
note --editView today's note
note --todaySee all of your notes
note --allMarkdown support
Use quotes for markdown
shellnotes '# This is markdown'Location
Your shell notes are stored at ~/.shellnotes