mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation
- Completed task-tutorial.5.
This commit is contained in:
parent
12a90fb477
commit
354debcf96
3 changed files with 2524 additions and 61 deletions
File diff suppressed because it is too large
Load diff
|
@ -231,6 +231,21 @@ task active
|
||||||
echo $ task 2 stop
|
echo $ task 2 stop
|
||||||
task 2 stop
|
task 2 stop
|
||||||
|
|
||||||
|
echo $ task config journal.time on
|
||||||
|
task config journal.time on
|
||||||
|
echo $ task config rc.dateformat.xxx xxx
|
||||||
|
task config rc.dateformat.xxx xxx
|
||||||
|
echo $ task config dateformat.annotation 'Y/m/d H:N'
|
||||||
|
task config dateformat.annotation 'Y/m/d H:N'
|
||||||
|
echo $ task 2 start
|
||||||
|
task 2 start
|
||||||
|
echo $ task list venue
|
||||||
|
task list venue
|
||||||
|
echo $ task 2 stop
|
||||||
|
task 2 stop
|
||||||
|
echo $ task list venue
|
||||||
|
task list venue
|
||||||
|
|
||||||
# 14 Due dates
|
# 14 Due dates
|
||||||
echo Due dates --------------------------------------------------------------
|
echo Due dates --------------------------------------------------------------
|
||||||
echo $ task 1 due:7/31/2010
|
echo $ task 1 due:7/31/2010
|
||||||
|
|
|
@ -257,6 +257,15 @@ task list active by starting it. See how active
|
||||||
task active There is an active report that shows only active tasks, and
|
task active There is an active report that shows only active tasks, and
|
||||||
task 2 stop you can mark any active task as inactive, by stopping it.
|
task 2 stop you can mark any active task as inactive, by stopping it.
|
||||||
|
|
||||||
|
task config journal.time on (y) There is a journalling feature that records the start and
|
||||||
|
|
||||||
|
task config dateformat.annotation 'Y/m/d H:N' (y)
|
||||||
|
|
||||||
|
task 2 start stop times as annotations. We'll turn that on, and add
|
||||||
|
task list venue the time to the annotation date format.
|
||||||
|
task 2 stop
|
||||||
|
task list venue
|
||||||
|
|
||||||
---------------------------------------- Due dates -------------------------------------------------
|
---------------------------------------- Due dates -------------------------------------------------
|
||||||
|
|
||||||
task 1 due:7/31/2010 Due dates can be specified as dates...
|
task 1 due:7/31/2010 Due dates can be specified as dates...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue