feat(tasks): sync before and after launch
This commit is contained in:
parent
70b2ce0cce
commit
70ad0a4549
1 changed files with 2 additions and 0 deletions
2
ayo.sh
2
ayo.sh
|
|
@ -84,7 +84,9 @@ case $1 in
|
||||||
. ${scripts_dir}/notes.sh "${@:2}"
|
. ${scripts_dir}/notes.sh "${@:2}"
|
||||||
;;
|
;;
|
||||||
t | tasks)
|
t | tasks)
|
||||||
|
notesSync
|
||||||
TASKS_HOME="${tasks_dir}" TASKS_TEMPLATE="${tasks_template}" ${scripts_dir}/tasks "${@:2}"
|
TASKS_HOME="${tasks_dir}" TASKS_TEMPLATE="${tasks_template}" ${scripts_dir}/tasks "${@:2}"
|
||||||
|
notesSync
|
||||||
;;
|
;;
|
||||||
j | journal)
|
j | journal)
|
||||||
. ${scripts_dir}/journal.sh "${@:2}"
|
. ${scripts_dir}/journal.sh "${@:2}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue