mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Implement modifying tasks' "wait" value
This commit is contained in:
parent
d7d703f135
commit
e977fb294c
8 changed files with 166 additions and 4 deletions
|
@ -32,6 +32,7 @@ The following keys, and key formats, are defined:
|
|||
* `modified` - the time of the last modification of this task
|
||||
* `start.<timestamp>` - either an empty string (representing work on the task to the task that has not been stopped) or a timestamp (representing the time that work stopped)
|
||||
* `tag.<tag>` - indicates this task has tag `<tag>` (value is an empty string)
|
||||
* `wait` - indicates the time before which this task should be hidden, as it is not actionable
|
||||
|
||||
The following are not yet implemented:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue