feat(tasks): remove notes sync

This commit is contained in:
ayo 2026-07-11 14:40:20 +02:00
parent fd17cd4095
commit 3e1a04feae

4
ayo.sh
View file

@ -78,12 +78,10 @@ case $1 in
. ${scripts_dir}/git.sh "$@"
;;
n | notes)
. ${scripts_dir}/notes.sh $@
. ${scripts_dir}/notes.sh "$@"
;;
t | tasks)
. ${scripts_dir}/notes.sh sync
TASKS_HOME="${tasks_dir}" TASKS_TEMPLATE="${tasks_template}" ${scripts_dir}/tasks "${@:2}"
. ${scripts_dir}/notes.sh sync
;;
j | journal)
. ${scripts_dir}/journal.sh "$@"