How do I filter and modify waiting tasks? #2456
-
Hello, thanks for developing taskwarrior. It's super useful. I'm probably missing something obvious but I wonder how I would go about accessing a subset of waiting tasks and modify them. I want do to something like:
That is, filter out waiting tasks that belong to project1 and remove their waiting status. What this actually does is to only filter due tasks, none of which of course have the waiting status. If I use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @gevhaz, the Given that, the command that you shared should accomplish exactly what you describe - remove wait date from all the tasks in project1. Can you confirm this is not the case for you? Would love to get a reproducer here. |
Beta Was this translation helpful? Give feedback.
-
Ah, I see, it actually works. Thanks. The reason I was confused was that I tried to run the filter without the modify part first, to make sure I was modifying the right tasks. In that case (just running
|
Beta Was this translation helpful? Give feedback.
Hi @gevhaz,
the
modify
command has no default filter, in other wordstask <filter> modify
acts on the same set of tasks thattask <filter> all
displays.Given that, the command that you shared should accomplish exactly what you describe - remove wait date from all the tasks in project1. Can you confirm this is not the case for you? Would love to get a reproducer here.