feat(notes, tasks): Label for list commands

This commit is contained in:
Ayo Ayco 2025-06-23 21:29:37 +02:00
parent 60fdb30640
commit 9ff46fe572
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ function createNote() {
## LIST notes in directory
if [ "$1" = "list" ] || [ "$1" = "l" ]; then
echo "ACTIVE NOTES: "
files=( $notes_dir/*.md )
index=0
notesSync

View file

@ -57,6 +57,7 @@ function createtask() {
## LIST tasks in directory
if [ "$1" = "list" ] || [ "$1" = "l" ]; then
echo "ACTIVE TASKS: "
files=( $tasks_dir/*.md )
index=0
notesSync