Documentation

- Added tutorial scripts, which are the 1.9.3 scripts, largely unmodified.
  This is a work in progress.
This commit is contained in:
Paul Beckingham
2012-04-13 00:45:18 -04:00
parent c51b472694
commit 4d7369ad5e
52 changed files with 14739 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
[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.
---------------------------------------- Defaults --------------------------------------------------
task config default.command list There is a default command, which can be set to anything,
task in this case it is set to the 'list' report. Then running
taskwarrior with no command name runs the default command.
task config default.priority H I can also specify a default priority and project, which
task config default.project Work means that any tasks added will use them, unless an
task add New task alternative is provided.
task list
task undo Let's just revert those changes, to clean up.
task config default.priority
task config default.project
---------------------------------------- End -------------------------------------------------------