A cli i made to help manage my notes. I tend to use it with neovim to speed up my notetaking.
Download the latest release and put it in your PATH.
Initialises a new "vault".
Flags:
-d, --directorythe directory for the new vault. required.-g, --gitcreate a git repo inside the new folder. defaultfalse.
Creates a new note using a template.
Flags:
-n, --namename of the note. required.-o, --openopen in $EDITOR if set. if not, open in notepad (windows) or nano (macos & linux). defaultfalse-t, --templatename of the template. defaultdefault
mknotes has a useful templating feature to fill data when creating notes. It currently only has a couple of options. If you have any suggestions, let me know by opening a feature request!
Namename of the note.Timestamptimestamp of when the note was made in the RFC3339 format.