mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Documentation: Updated docs to include the new '_unique' command
This commit is contained in:
parent
012affa46a
commit
18a8ea7b07
3 changed files with 20 additions and 0 deletions
|
@ -546,16 +546,25 @@ Lists all available context variables, for completion purposes.
|
|||
.TP
|
||||
.B task <filter> _ids
|
||||
Shows only the IDs of matching tasks, in the form of a list.
|
||||
Deprecated in favor of _unique.
|
||||
|
||||
.TP
|
||||
.B task _show
|
||||
Shows the combined defaults and overrides of the configuration settings, for use
|
||||
by third-party applications.
|
||||
|
||||
.TP
|
||||
.B task <filter> _unique <attribute>
|
||||
Reports a unique set of attribute values. For example, to see all the active
|
||||
projects:
|
||||
|
||||
task +PENDING _unique projects
|
||||
|
||||
.TP
|
||||
.B task <filter> _uuids
|
||||
Shows only the UUIDs of matching tasks among all tasks (even deleted and
|
||||
completed tasks), in the form of a list.
|
||||
Deprecated in favor of _unique.
|
||||
|
||||
.TP
|
||||
.B task _udas
|
||||
|
@ -564,10 +573,12 @@ Shows only defined UDA names, in the form of a list.
|
|||
.TP
|
||||
.B task <filter> _projects
|
||||
Shows only a list of all project names used.
|
||||
Deprecated in favor of _unique.
|
||||
|
||||
.TP
|
||||
.B task <filter> _tags
|
||||
Shows only a list of all tags used, for autocompletion purposes.
|
||||
Deprecated in favor of _unique.
|
||||
|
||||
.TP
|
||||
.B task <filter> _urgency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue