From b75a56b57f5d638d2743d50dc46d237dd51d23d8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 26 Jun 2026 12:50:22 +0200 Subject: [PATCH] feat(notes): add dir subcommand --- notes.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notes.sh b/notes.sh index b1a4491..6b65c35 100755 --- a/notes.sh +++ b/notes.sh @@ -52,6 +52,11 @@ function main() { git diff --staged . ;; + # DIR: open directory + dir|d) + editFile "${notes_dir}/README.md" + ;; + # SYNC: Sync notes directory with remote sync|s) notesSync