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
6
AUTHORS
6
AUTHORS
|
@ -1,10 +1,14 @@
|
||||||
Principal Author:
|
Principal Author:
|
||||||
Paul Beckingham, paul@beckingham.net
|
Paul Beckingham, paul@beckingham.net
|
||||||
|
|
||||||
|
Contributing Authors:
|
||||||
Damian Glenny
|
Damian Glenny
|
||||||
|
|
||||||
With thanks to:
|
With thanks to:
|
||||||
Eugene Kramer
|
Eugene Kramer
|
||||||
SK
|
Srijith K
|
||||||
Richard Querin
|
Richard Querin
|
||||||
Bruce Israel
|
Bruce Israel
|
||||||
|
Thomas Engel
|
||||||
|
Nishiishii
|
||||||
|
|
||||||
|
|
16
task.html
16
task.html
|
@ -167,7 +167,7 @@ a img { border: none; padding: 0; margin: 0; }
|
||||||
<p>
|
<p>
|
||||||
Download the
|
Download the
|
||||||
<a href="http://www.beckingham.net/task-1.3.0.tar.gz">latest version</a>
|
<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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -1096,6 +1096,18 @@ on_white on_bright_white</code></pre>
|
||||||
renders across the screen. Defaults to 1.
|
renders across the screen. Defaults to 1.
|
||||||
</dd>
|
</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>
|
<dt>color</dt>
|
||||||
<dd>
|
<dd>
|
||||||
May be "on" or "off". Determines whether task uses color.
|
May be "on" or "off". Determines whether task uses color.
|
||||||
|
@ -1193,6 +1205,8 @@ on_white on_bright_white</code></pre>
|
||||||
task calendar
|
task calendar
|
||||||
task active
|
task active
|
||||||
task overdue
|
task overdue
|
||||||
|
task oldest
|
||||||
|
task newest
|
||||||
task stats
|
task stats
|
||||||
task usage
|
task usage
|
||||||
task export
|
task export
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue