From fd249e68f30f3814d47232d11e6626ca8c88b6bd Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 28 Jun 2026 21:04:21 +0200 Subject: [PATCH] feat(notes): add dir subcommand --- notes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes.sh b/notes.sh index 6b65c35..8550cb7 100755 --- a/notes.sh +++ b/notes.sh @@ -53,8 +53,8 @@ function main() { ;; # DIR: open directory - dir|d) - editFile "${notes_dir}/README.md" + dir) + vim -c "lcd $notes_dir" ;; # SYNC: Sync notes directory with remote