Documentation
- Completed task-tutorial.5.
This commit is contained in:
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...
|
||||||
|
|||||||
Reference in New Issue
Block a user