mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

- Added tutorial scripts, which are the 1.9.3 scripts, largely unmodified. This is a work in progress.
31 lines
1.6 KiB
Text
31 lines
1.6 KiB
Text
[Make window 116x32 for movie recording, light text, dark background]
|
|
|
|
This is the script from which a 2.0-specific movie will be made. On the left
|
|
are the typed commands, and on the right is the voice track.
|
|
|
|
It is intended that the left and right be combined and the result will be a new
|
|
task-tutorial.5 man page.
|
|
|
|
|
|
|
|
---------------------------------------- Waiting ---------------------------------------------------
|
|
|
|
task add Look for new apartment due:eoy When you have a task with a due date that is far out into
|
|
task list the future, you may want to hide that task for a while.
|
|
|
|
task 10 wait:12/1/2010 You can provide a wait date for a task, and it will remain
|
|
task list hidden until that date. It will no longer be cluttering
|
|
task waiting your task list, but it is still there, and visible using
|
|
the 'waiting' report. When the wait date comes, the task
|
|
will just pop back into the list.
|
|
|
|
task add Do something in a few seconds To illustrate this, let's set up a task with a very short
|
|
task 11 wait:5s wait time of five seconds.
|
|
|
|
task list It's gone.
|
|
(sleep 5) We wait for 5 seconds...
|
|
task list And it's back.
|
|
task 11 rc.confirmation:no delete And now it's deleted.
|
|
|
|
---------------------------------------- End -------------------------------------------------------
|
|
|