mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Documentation
- Cleaned up mixed indentation, trailing spaces in man page.
This commit is contained in:
parent
9a2149788e
commit
ddbf04c4ad
1 changed files with 8 additions and 8 deletions
|
@ -214,7 +214,7 @@ Applies the filter then extracts only the task IDs and presents them as
|
||||||
a range, for example: 1-4,12. This is useful as input to a task command,
|
a range, for example: 1-4,12. This is useful as input to a task command,
|
||||||
to achieve this:
|
to achieve this:
|
||||||
|
|
||||||
task $(task project:Home ids) modify priority:H
|
task $(task project:Home ids) modify priority:H
|
||||||
|
|
||||||
This example first gets the IDs for the project:Home filter, then sets
|
This example first gets the IDs for the project:Home filter, then sets
|
||||||
the priority to H for each of those tasks. This can also be achieved directly:
|
the priority to H for each of those tasks. This can also be achieved directly:
|
||||||
|
@ -230,7 +230,7 @@ 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
|
a comma-separated list. This is useful as input to a task command, to achieve
|
||||||
this:
|
this:
|
||||||
|
|
||||||
task $(task project:Home status:completed uuids) modify status:pending
|
task $(task project:Home status:completed uuids) modify status:pending
|
||||||
|
|
||||||
This example first gets the UUIDs for the project:Home and status:completed
|
This example first gets the UUIDs for the project:Home and status:completed
|
||||||
filters, then makes each of those tasks pending again.
|
filters, then makes each of those tasks pending again.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue