-
-
-
Command Usage
-Usage: task
- task add [tags] [attrs] desc...
- task append [tags] [attrs] desc...
- task annotate ID desc...
- task completed [tags] [attrs] desc...
- task ID [tags] [attrs] [desc...]
- task ID /from/to/
- task delete ID
- task undelete ID
- task info ID
- task start ID
- task stop ID
- task done ID
- task undo ID
- task projects
- task tags
- task summary
- task history
- task ghistory
- task next
- task calendar
- task active
- task overdue
- task stats
- task export
- task color
- task version
- task help
- task list [tags] [attrs] desc...
- task long [tags] [attrs] desc...
- task ls [tags] [attrs] desc...
- task newest [tags] [attrs] desc...
- task oldest [tags] [attrs] desc...
-
-See http://www.beckingham.net/task.html for the latest releases and a full tutorial.
-
-ID is the numeric identifier displayed by the 'task list' command
-
-Tags are arbitrary words, any quantity:
- +tag The + means add the tag
- -tag The - means remove the tag
-
-Attributes are:
- project: Project name
- priority: Priority
- due: Due date
- recur: Recurrence frequency
- until: Recurrence end date
- fg: Foreground color
- bg: Background color
- rc: Alternate .taskrc file
-
-Any command or attribute name may be abbreviated if still unique:
- task list project:Home
- task li pro:Home
-
-Some task descriptions need to be escaped because of the shell:
- task add "quoted ' quote"
- task add escaped \' quote
-
-Many characters have special meaning to the shell, including:
- $ ! ' " ( ) ; \ ` * ? { } [ ] < > | & % # ~
- -
-
- Copyright 2006-2009, P. Beckingham. All rights reserved. -
-