stup - A CLI to easily save, access, and organize daily notes
The name derives from the Standup meetings since its initial purpose was to cover my need for keeping my Standup notes in a convenient way.
Quickly enter notes with a flexible text interface. Note creation looks like:
stup add @|--at|-@ <when> -n|--note "<note text>" -c|--category "<category-name>"
Then you can pull them back out by date, date-range, and/or category with:
$ stup show @ <when> -c|--category "<category-name>"
Notes are all saved as plaintext (markdown) so throw the entire directory in your synced-cloud-folder solution of choice and you have instant notes sync across all your devices.