- Added spoken parts, improved commands.

This commit is contained in:
Paul Beckingham
2008-06-01 13:44:02 -04:00
parent 1a580b1967
commit 0ec24aaef5

View File

@@ -1,83 +1,106 @@
# Welcome to "task". # Welcome to "task". Hello, and welcome to this quick demo of the task program.
task add do laundry task add do laundry Let's add some tasks
task add project:garage order dumpster I need to do laundry
task add +phone tell mom i loveher
task add +phone pro:garage schedule goodwill pickup task add project:garage order dumpster Oh yeah, the dumpster
task add +email pro:garage ask Tom if he wants that old bkie
task ls task add +phone tell mom i loveher Must call Mom (that "phone" there is a tag - they are
useful for searching, categorizing)
task add +phone pro:garage schedule
goodwill pickup
task ad +email pro:garage ask Tom if Notice I can abbreviating commands
he wants that old bkie
task ls Let's see what we've got
I spelled bike wrong
task 5 /bkie/bike/ task 5 /bkie/bike/
task ls task ls That's better
task 1 pro:home task 1 pro:home Let's assign projects
task 3 pro:home tell mom I love her task 3 pro:home tell mom I love her
task ls pro:garage task ls pro:garage
task long pro:garage task long pro:garage Let's see all the columns
task list pro:garage task list pro:garage There are different ways to list
task lis +phone task lis +phone By tag
task li pro:garage +phone task li pro:garage +phone By project and tag
task l mom task l mom By word
task 1 priority:H task 1 priority:H Priorities can be High, Medium or Low
task pri:H 3 task pri:H 3
task 1 pri:M task 1 pri:M
task li task li The list is sorted by priority.
task 2 pri:L task 2 pri:L
task li task li
task done 3 task done 3 Suppose task 3 is done
task li task li ...and it's gone
task 2 +phone +mistake task 2 +phone +mistake Lets add tags
# Oops! # Oops!
task 2 -mistake task 2 -mistake or remove tags
task tags
task info 2
task projects task tags or look at all the tags
task 3 fg:bold task info 2 or all the details
task li
task 3 fg:white task projects or all the projects
task 3 fg:bold Let's make it colorful
task 4 fg:bold_green
task li task li
task 3 fg:bold_underline_white task 3 fg:bold_underline_white
task li task li
task 4 bg:on_bright_red fg:bold_yellow task 4 bg:on_bright_red fg:bold_yellow
task li task li Oh that's just nasty - let's get rid of that.
task 4 bg: task 4 bg:
task li task li
task 4 fg: task 4 fg:
task colors task 3 fg:
task 1 due:6/8/2008 task colors There are many combinations to choose from
(Slashes!!!)
task 1 due:6/8/2008 Let's add a due date
date date
task li task li
task calendar task calendar Notice the due task is in yellow, today is marked cyan
task 1 due:6/1/2008 task 1 due:5/20/2008 This is now an overdue task
task li task li and it shows up red
task overdue task overdue
task cal task cal
task export file.csv task export file.csv You can export the tasks to a spreadsheet
cat file.csv cat file.csv
task start 1 task start 1 Started tasks can be used as reminders
task active of what you are supposed to be doing
task do 1
task active They show up as active
task done 1
task li task li
task do 3 task done 3
task do 1 task done 1
task active task active
task summary
task history
# Thanks for watching. task summary Summary shows progress on all projects
task history History shows general activity - how many added,
completed etc, by month
And that's it. There are more commands than this
covered in the TUTORIAL file, but this should give
the basic idea.
Thank you for watching.