nora's notes: trivial bash scripts to make notetaking easy
Go to file
Leonora Tindall d11ecda8ba Delegate even more 2024-08-29 14:24:17 -05:00
README Add README 2024-08-29 11:53:08 -05:00
dnote Delegate even more 2024-08-29 14:24:17 -05:00
gnote Delegate even more 2024-08-29 14:24:17 -05:00
mnote Delegate even more 2024-08-29 14:24:17 -05:00
nnote Delegate even more 2024-08-29 14:24:17 -05:00
ynote Delegate even more 2024-08-29 14:24:17 -05:00

README

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]