taskwarrior
taskwarrior copied to clipboard
Discussion about native `blocks` implementation
This issue is to continue the discuss in #2184 about a blocks (opposite of depends) implemented natively and not using hooks.
There are the obvious limitation of when you are using the hook you can't remove the blocks option.
it would be possible to implement with hooks but currently there isn't any active project implementing a blocks attribute. and at least for my workflow it would be really helpful
Related discussion: https://github.com/GothenburgBitFactory/taskwarrior/discussions/2528
- The linked hook: https://gist.github.com/wbsch/a2f7264c6302918dfb30
Surprised me that this isn't built in. There's the classic "yak shaving" use case where you're doing a task, but wait you need to do another task first. But wait, there's another one before that. etc, etc.