I suspect I've got something configured incorrectly.
I have installed both timewarrior and taskwarrior using apt.
I copied the script on-modify.py into ~/.task/hooks/on-modify.timewarrior, then ran chmod +x ~/.task/hooks/on-modify.timewarrior.
Running task diagnostics gives
Hooks
System: Enabled
Location: /home/ute2/.task/hooks
Active: on-modify.timewarrior (executable)
Inactive:
However, when I start a task, e.g. task 3 start it just hangs. Looking at htop tells me that the python script is running, but it never seems to finish
I suspect I've got something configured incorrectly.
I have installed both timewarrior and taskwarrior using
apt.I copied the script
on-modify.pyinto~/.task/hooks/on-modify.timewarrior, then ranchmod +x ~/.task/hooks/on-modify.timewarrior.Running
task diagnosticsgivesHooks System: Enabled Location: /home/ute2/.task/hooks Active: on-modify.timewarrior (executable) Inactive:However, when I start a task, e.g.
task 3 startit just hangs. Looking athtoptells me that the python script is running, but it never seems to finish