mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature
- Added a 'uuids' command that parallels the 'ids' command. This allows task UUIDs to be selected if the task is not pending. - Updated documentation.
This commit is contained in:
parent
01087c0ff4
commit
e13ad1bbaf
7 changed files with 55 additions and 3 deletions
|
@ -177,6 +177,17 @@ to achieve this:
|
|||
This example first gets the IDs for the project:Home filter, then sets
|
||||
the priority to H for each of those tasks.
|
||||
|
||||
.TP
|
||||
.B task <filter> uuids
|
||||
Applies the filter then extracts only the task UUIDs and presents them as
|
||||
a comma-separated list. This is useful as input to a task command, to achieve
|
||||
this:
|
||||
|
||||
task $(task project:Home status:completed uuids) modify status:pending
|
||||
|
||||
This example first gets the UUIDs for the project:Home and status:completed
|
||||
filter, then makes each of those tasks pending again.
|
||||
|
||||
.TP
|
||||
.B task <filter> information
|
||||
Shows all data and metadata for the specified tasks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue