mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Corrected AUTHORS file
- Added new commands to task.html
This commit is contained in:
parent
06f6aaaded
commit
43287d7fc9
2 changed files with 20 additions and 2 deletions
16
task.html
16
task.html
|
@ -167,7 +167,7 @@ a img { border: none; padding: 0; margin: 0; }
|
|||
<p>
|
||||
Download the
|
||||
<a href="http://www.beckingham.net/task-1.3.0.tar.gz">latest version</a>
|
||||
of the task source code (6/17/2008).
|
||||
of the task source code (6/18/2008).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -1096,6 +1096,18 @@ on_white on_bright_white</code></pre>
|
|||
renders across the screen. Defaults to 1.
|
||||
</dd>
|
||||
|
||||
<dt>oldest</dt>
|
||||
<dd>
|
||||
Determines how many tasks the "task oldest" command displays.
|
||||
Defaults to 10.
|
||||
</dd>
|
||||
|
||||
<dt>newest</dt>
|
||||
<dd>
|
||||
Determines how many tasks the "task newest" command displays.
|
||||
Defaults to 10.
|
||||
</dd>
|
||||
|
||||
<dt>color</dt>
|
||||
<dd>
|
||||
May be "on" or "off". Determines whether task uses color.
|
||||
|
@ -1193,6 +1205,8 @@ on_white on_bright_white</code></pre>
|
|||
task calendar
|
||||
task active
|
||||
task overdue
|
||||
task oldest
|
||||
task newest
|
||||
task stats
|
||||
task usage
|
||||
task export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue