feat(tasks): sync before and after launch

This commit is contained in:
ayo 2026-07-11 15:15:04 +02:00
parent 70b2ce0cce
commit 70ad0a4549

2
ayo.sh
View file

@ -84,7 +84,9 @@ case $1 in
. ${scripts_dir}/notes.sh "${@:2}"
;;
t | tasks)
notesSync
TASKS_HOME="${tasks_dir}" TASKS_TEMPLATE="${tasks_template}" ${scripts_dir}/tasks "${@:2}"
notesSync
;;
j | journal)
. ${scripts_dir}/journal.sh "${@:2}"