mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
deploy: 6d23497d6f
This commit is contained in:
parent
92d68627f5
commit
79ff22d9c9
4 changed files with 8 additions and 6 deletions
|
@ -284,10 +284,11 @@ For example, a task with status "completed" but no "end" key
|
|||
<li><code>modified</code> - the time of the last modification of this task</li>
|
||||
<li><code>start</code> - the most recent time at which this task was started (a task with no <code>start</code> key is not active)</li>
|
||||
<li><code>end</code> - if present, the time at which this task was completed or deleted (note that this key may not agree with <code>status</code>: it may be present for a pending task, or absent for a deleted or completed task)</li>
|
||||
<li><code>tag_<tag></code> - indicates this task has tag <code><tag></code> (value is an empty string)</li>
|
||||
<li><code>tag_<tag></code> - indicates this task has tag <code><tag></code> (value is ignored)</li>
|
||||
<li><code>wait</code> - indicates the time before which this task should be hidden, as it is not actionable</li>
|
||||
<li><code>entry</code> - the time at which the task was created</li>
|
||||
<li><code>annotation_<timestamp></code> - value is an annotation created at the given time</li>
|
||||
<li><code>annotation_<timestamp></code> - value is an annotation created at the given time; for example, <code>annotation_1693329505</code>.</li>
|
||||
<li><code>dep_<uuid></code> - indicates this task depends on another task identified by <code><uuid></code>; the value is ignored; for example, <code>dep_8c4fed9c-c0d2-40c2-936d-36fc44e084a0</code></li>
|
||||
</ul>
|
||||
<p>Note that while TaskChampion recognizes "recurring" as a status, it does not implement recurrence directly.</p>
|
||||
<h3 id="udas"><a class="header" href="#udas">UDAs</a></h3>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -173,10 +173,11 @@ For example, a task with status "completed" but no "end" key
|
|||
<li><code>modified</code> - the time of the last modification of this task</li>
|
||||
<li><code>start</code> - the most recent time at which this task was started (a task with no <code>start</code> key is not active)</li>
|
||||
<li><code>end</code> - if present, the time at which this task was completed or deleted (note that this key may not agree with <code>status</code>: it may be present for a pending task, or absent for a deleted or completed task)</li>
|
||||
<li><code>tag_<tag></code> - indicates this task has tag <code><tag></code> (value is an empty string)</li>
|
||||
<li><code>tag_<tag></code> - indicates this task has tag <code><tag></code> (value is ignored)</li>
|
||||
<li><code>wait</code> - indicates the time before which this task should be hidden, as it is not actionable</li>
|
||||
<li><code>entry</code> - the time at which the task was created</li>
|
||||
<li><code>annotation_<timestamp></code> - value is an annotation created at the given time</li>
|
||||
<li><code>annotation_<timestamp></code> - value is an annotation created at the given time; for example, <code>annotation_1693329505</code>.</li>
|
||||
<li><code>dep_<uuid></code> - indicates this task depends on another task identified by <code><uuid></code>; the value is ignored; for example, <code>dep_8c4fed9c-c0d2-40c2-936d-36fc44e084a0</code></li>
|
||||
</ul>
|
||||
<p>Note that while TaskChampion recognizes "recurring" as a status, it does not implement recurrence directly.</p>
|
||||
<h3 id="udas"><a class="header" href="#udas">UDAs</a></h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue