GothenburgBitFactory / GothenburgBitFactory/task-timewarrior-hook
`task 2 start` does not synchronize with timewarrior properly when other task already active
Open
- Dominant language
- Python
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
To reproduce:
* install taskwarrior and timewarrior, as well as the hook.
* create 2 tasks with let's say id 1 and 2.
* type `task 1 start` → task 1 is started
* type `task 2 start` → according to timewarrior task 1 is stopped and task 2 is started, while according to taskwarrior both tasks are currently active.
* type `task 1 start` → taskwarrior reports it is already started
Desired behavior: taskwarrior automatically `task 1 stop` when `task 2 start` is executed in the situation above.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.