From 9ba889996b715807dc37abc3c2ebdf647e76974d Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 14 Apr 2026 16:52:35 +0200 Subject: [PATCH] feat(notes): echo notes directory when listing active notes --- notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.sh b/notes.sh index 27afbe0..01d722c 100755 --- a/notes.sh +++ b/notes.sh @@ -66,7 +66,7 @@ function main() { # LIST: List all notes in directory list|l) - echo "ACTIVE NOTES: " + echo "ACTIVE NOTES ($notes_dir): " notesSync if ! [ "$2" = "" ]; then files=( "$notes_dir/$2"/*.md )