- Completed the program that runs through all the commands.
- Compelted the command and spoken copy.
This commit is contained in:
Paul Beckingham
2010-10-09 22:52:33 -04:00
parent fec2af34bc
commit 0bc7dd11a8
2 changed files with 415 additions and 410 deletions

View File

@@ -1,8 +1,7 @@
[Make window 116x32]
[Make window 116x32 for movie recording, light text, dark background]
Although currently incomplete, this is the script from which a 1.9.3-specific
movie will be made. On the left are the typed commands, and on the right is the
spoken track.
This is the script from which a 1.9.3-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.
@@ -244,7 +243,7 @@ task list
project, and uses bold to identify any tasks with the
keyword 'invitations' in the description.
task rc:x "rc.color.project.party=on rgb001" rc.color.keyword.invit=bold list
task "rc.color.project.party=on rgb001" rc.color.keyword.invit=bold list
man task-color There is a man page with a writeup of all the color
capabilities.
@@ -315,7 +314,7 @@ task list the recurrences of a task.
---------------------------------------- Shell -----------------------------------------------------
task rc:x shell You can use the shell command to create a more immersive
task shell You can use the shell command to create a more immersive
task> projects environment. Any task command you run outside the shell
task> tags can also be run inside the shell, without the need to prefix
task> list every command with "task".
@@ -323,13 +322,13 @@ task> quit
---------------------------------------- Special Tags ----------------------------------------------
task rc:x 6 +nocolor You've seen tags, but there are also 'special tags' that
task rc:x list have effects on individual tasks. The 'nocolor' special
task 6 +nocolor You've seen tags, but there are also 'special tags' that
task list have effects on individual tasks. The 'nocolor' special
tag causes the color rules to be bypassed.
task rc:x tags Special tags are highlighted by the 'tags' command.
task tags Special tags are highlighted by the 'tags' command.
task rc:x 6 -nocolor There are others - the 'nonag' special tag prevents the
task 6 -nocolor There are others - the 'nonag' special tag prevents the
generation of nag messages when you work on low priority
tasks when there are more important ones.