feat(notes): echo notes directory when listing active notes
This commit is contained in:
parent
7594336171
commit
9ba889996b
1 changed files with 1 additions and 1 deletions
2
notes.sh
2
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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue