feat(notes): echo notes directory when listing active notes

This commit is contained in:
ayo 2026-04-14 16:52:35 +02:00
parent 7594336171
commit 9ba889996b

View file

@ -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 )