From 70ad0a45495a4f1fc714cf1059e7129c6ae9e9e4 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 11 Jul 2026 15:15:04 +0200 Subject: [PATCH] feat(tasks): sync before and after launch --- ayo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ayo.sh b/ayo.sh index 6066d55..0543256 100755 --- a/ayo.sh +++ b/ayo.sh @@ -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}"