mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Enhancement - #326
- Added feature #326, allowing tasks to be added in the completed state, by using the 'log' command in place of 'add' (thanks to Cory Donnelly). - Added log command to task.1 man page. - Added log command to task-tutorial.5 man page. - Added log command to help text. - Added log command unit tests.
This commit is contained in:
parent
336a4dea01
commit
fcbc8a2ee2
12 changed files with 143 additions and 2 deletions
|
@ -358,6 +358,15 @@ To remove a tag from a task, use the minus sign:
|
|||
$ task 3 \-john
|
||||
.RE
|
||||
|
||||
To add a task that you have already completed, use the log command:
|
||||
.br
|
||||
.RS
|
||||
$ task log Notify postal service
|
||||
.RE
|
||||
|
||||
This is equivalent to first adding a new task, then marking that new task
|
||||
as done. It is simple a shortcut.
|
||||
|
||||
.SH Advanced usage of task
|
||||
Advanced examples of the usage of task can be found at the official site at
|
||||
<http://taskwarrior.org>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue