nnote/README

31 lines
646 B
Plaintext
Raw Normal View History

2024-08-29 16:53:08 +00:00
nnote: nora's notes
----
provides four notemaking scripts: dnote, mnote, ynote, gnote
installation
----
set $NOTESDIR or use ~/Notes
clone this repo to ~NOTESDIR/bin
symlink dnote, mnote, ynote, gnote to your path like
$ ln -s "$NOTESDIR/bin/dnote" "$HOME/.bin/dnote"
usage
----
use dnote for daily notes, mnote for monthly, ynote for yearly, gnote for global
you can enter different names but by default those are the note names too
the file hierarchy is very simple, for instance:
- $NOTESDIR
- bin/
- [scripts]
- [global notes]
- 2024/
- [yearly notes]
- 08/
- [monthly notes]
- 28/
- [daily notes]