mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
add 'entry' key to tasks when created
This commit is contained in:
parent
d6efad06ee
commit
9824ac1fd3
3 changed files with 15 additions and 1 deletions
|
@ -33,6 +33,7 @@ The following keys, and key formats, are defined:
|
|||
* `start` - the most recent time at which this task was started (a task with no `start` key is not active)
|
||||
* `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
|
||||
* `entry` - the time at which the task was created
|
||||
* `annotation_<timestamp>` - value is an annotation created at the given time
|
||||
|
||||
The following are not yet implemented:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue