From fee04030e61fe4c5132cd8fcf358985befb9c6c5 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Thu, 29 Aug 2024 11:53:08 -0500 Subject: [PATCH] Add README --- README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..1a5a029 --- /dev/null +++ b/README @@ -0,0 +1,30 @@ +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] +