mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests, Documentation
- Added 'ids' command to task.1.in. - Added unit test for 'ids' command. - Reformatted 'help' output for the ~ modifier.
This commit is contained in:
parent
4b71fa73f8
commit
bd0dbe3af6
3 changed files with 86 additions and 3 deletions
|
@ -197,6 +197,17 @@ currently defined colors.
|
|||
.B count [filter]
|
||||
Displays only a count of tasks matching the filter.
|
||||
|
||||
.TP
|
||||
.B ids [filter]
|
||||
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,
|
||||
to achieve this:
|
||||
|
||||
task priority:H $(task ids project:Home)
|
||||
|
||||
This example first gets the IDs for the project:Home filter, then sets
|
||||
the priority to H for each of those tasks.
|
||||
|
||||
.TP
|
||||
.B version
|
||||
Shows the taskwarrior version number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue