taskwarrior icon indicating copy to clipboard operation
taskwarrior copied to clipboard

Discussion about native `blocks` implementation

Open mhalano opened this issue 4 years ago • 3 comments

This issue is to continue the discuss in #2184 about a blocks (opposite of depends) implemented natively and not using hooks.

mhalano avatar Sep 25 '21 22:09 mhalano

There are the obvious limitation of when you are using the hook you can't remove the blocks option.

mhalano avatar Sep 25 '21 22:09 mhalano

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

dark-ether avatar Sep 29 '22 12:09 dark-ether

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.

willhansen avatar Jul 12 '24 13:07 willhansen