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:
task +WAITING and pro:project1 modify wait:
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 task all, I am blocked from using modify. How do I get around this?
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
task all, I am blocked from usingmodify. How do I get around this?