nora's notes: trivial bash scripts to make notetaking easy
Go to file
Leonora Tindall fee04030e6 Add README 2024-08-29 11:53:08 -05:00
README Add README 2024-08-29 11:53:08 -05:00
arbnote Modify all notes scripts to use arbnote 2024-08-29 11:48:11 -05:00
dnote Modify all notes scripts to use arbnote 2024-08-29 11:48:11 -05:00
gnote Modify all notes scripts to use arbnote 2024-08-29 11:48:11 -05:00
mnote Modify all notes scripts to use arbnote 2024-08-29 11:48:11 -05:00
ynote Modify all notes scripts to use arbnote 2024-08-29 11:48:11 -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]