mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Updated docs that referenced 1.4.1, failed to include new 1.5.0 and 1.6.0 commands.
This commit is contained in:
parent
92579e5531
commit
9a350a7dcd
4 changed files with 19 additions and 4 deletions
|
@ -97,6 +97,11 @@ Car 2 2 wks 25% XXXXXXXXX</code></pre>
|
||||||
indicating that percentage.
|
indicating that percentage.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<strong>% task <id> append ...</strong>
|
||||||
|
<p>
|
||||||
|
Appends the additional description to an existing task.
|
||||||
|
</p>
|
||||||
|
|
||||||
<strong>% task delete <id></strong>
|
<strong>% task delete <id></strong>
|
||||||
<p>
|
<p>
|
||||||
There are two ways of getting rid of tasks - mark them as done, or
|
There are two ways of getting rid of tasks - mark them as done, or
|
||||||
|
@ -120,6 +125,13 @@ Car 2 2 wks 25% XXXXXXXXX</code></pre>
|
||||||
This is how a task is marked as done.
|
This is how a task is marked as done.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<strong>% task undo <id></strong>
|
||||||
|
<p>
|
||||||
|
If a task was recently marked as done, and no report has been run, it
|
||||||
|
may be possible to cancel the completed status of the task as though
|
||||||
|
"task done ..." was never run.
|
||||||
|
</p>
|
||||||
|
|
||||||
<strong>% task list ...</strong>
|
<strong>% task list ...</strong>
|
||||||
<p>
|
<p>
|
||||||
The list report will show the active status, and age of the task in
|
The list report will show the active status, and age of the task in
|
||||||
|
|
|
@ -40,10 +40,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre><code>% ls
|
<pre><code>% ls
|
||||||
task-1.4.1.tar.gz
|
task-1.6.0.tar.gz
|
||||||
% gunzip task-1.4.1.tar.gz
|
% gunzip task-1.6.0.tar.gz
|
||||||
% tar xf task-1.4.1.tar
|
% tar xf task-1.6.0.tar
|
||||||
% cd task-1.4.1
|
% cd task-1.6.0
|
||||||
% ./configure
|
% ./configure
|
||||||
...
|
...
|
||||||
% make
|
% make
|
||||||
|
|
|
@ -100,6 +100,8 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added support for new "append" command that adds more description text to
|
<li>Added support for new "append" command that adds more description text to
|
||||||
an existing task.
|
an existing task.
|
||||||
|
<li>Added support for the "weekdays" recurrence, which means a task can recur
|
||||||
|
five times a week, and not on weekends (thanks to Chris Pride).
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<pre><code>Usage: task
|
<pre><code>Usage: task
|
||||||
task add [tags] [attrs] desc...
|
task add [tags] [attrs] desc...
|
||||||
|
task append [tags] [attrs] desc...
|
||||||
task completed [tags] [attrs] desc...
|
task completed [tags] [attrs] desc...
|
||||||
task ID [tags] [attrs] [desc...]
|
task ID [tags] [attrs] [desc...]
|
||||||
task ID /from/to/
|
task ID /from/to/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue