mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-27 12:16:21 +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
|
@ -209,6 +209,7 @@
|
|||
#define STRING_CMD_IDS_USAGE_RANGE "Shows the IDs of matching tasks, as a range"
|
||||
#define STRING_CMD_IDS_USAGE_LIST "Shows only the IDs of matching tasks, in the form of a list"
|
||||
#define STRING_CMD_IDS_USAGE_ZSH "Shows the IDs and descriptions of matching tasks"
|
||||
#define STRING_CMD_UUIDS_USAGE "Shows the UUIDs of matching tasks"
|
||||
#define STRING_CMD_EXPORT_USAGE "Exports tasks in JSON format"
|
||||
#define STRING_CMD_INFO_USAGE "Shows all data and metadata"
|
||||
#define STRING_CMD_INFO_BLOCKED "This task blocked by"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue