GothenburgBitFactory / taskwarrior

Taskwarrior - Command line Task Management
https://taskwarrior.org
MIT License
4.04k stars 278 forks source link

Only modify the tasks that would be listed if "mod" was not supplied #2188

Open MartyLake opened 5 years ago

MartyLake commented 5 years ago

To request a feature...

use case: add to a project "holidays" all the tasks (8) with a description that begins with "holidays:"

  1. task /holidays:/ return 8 tasks, I quickly scans them to verify that there are the exact tasks that I want to modify
  2. task /holidays:/ mod pro:holidays modify exactly these 8 tasks
pbeckingham commented 4 years ago

When mod is not provided, the default command is used instead, which may be associated with an arbitrary filter.

This is requesting that modification inherit the filter from the default command, which is not a good thing.

Perhaps you could clarify the request? Could it just be that you are missing the +PENDING from your modify command?