-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task 2 start
does not synchronize with timewarrior properly when other task already active
#60
Comments
Should this be moved to the timewarrior repo, or is there something to suggest this bug is in taskwarrior? |
Honestly I don't know about the internal design yet to decide how the modification is best made. One way I can think of is to make the timewarrior to tell taskwarrior to stop all other tasks when On the other hand if the purpose is not specifically to track time spent, then it also makes sense to have multiple tasks active at the same time (i.e. having multiple |
Those sound like considerations for timewarrior, so I'll move this across. |
Oh, lol, I can't -- @lauft maybe you can? |
I am transferring this to the task-timewarrior-hook repository. |
Timewarrior or the task-timewarrior hook do not have a back channel to Taskwarrior. If there was one, how could they know to stop task The connection between a task and the tracked time is done by tagging the respective intervals according to the tasks |
I think one way is to have an option (disabled by default, but if you also use timewarrior then it suggests you to enable it) in taskwarrior settings that when you do |
To reproduce:
task 1 start
→ task 1 is startedtask 2 start
→ according to timewarrior task 1 is stopped and task 2 is started, while according to taskwarrior both tasks are currently active.task 1 start
→ taskwarrior reports it is already startedDesired behavior: taskwarrior automatically
task 1 stop
whentask 2 start
is executed in the situation above.The text was updated successfully, but these errors were encountered: