- 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:
Paul Beckingham 2011-10-29 23:53:36 -04:00
parent 01087c0ff4
commit e13ad1bbaf
7 changed files with 55 additions and 3 deletions

View file

@ -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.