Terminote
I made Terminote as a way to take notes as fast as possible using the terminal. Want a note for the day? Simply write `note` in the terminal and the terminal will open Nano with your daily note.
View the source code for Terminote here.
A daily note in Nano.
Create custom notes using a folder naming structure. If you want a note for your programming project ideas, try `note code/ideas` for example. If you want a top level note like a shopping list, try `note shopping-list`.
A custom note in nano. If the note already exists, simply write the name of the note and it will open up for you to edit.
Use the --view flag to view a preview of a note.
Use the --list flag to view a list of all notes.
You can use the --list flag with a path to list the contents inside the path.