Skip to content

Instantly share code, notes, and snippets.

@phil
Created February 3, 2013 22:40
Show Gist options
  • Select an option

  • Save phil/4704058 to your computer and use it in GitHub Desktop.

Select an option

Save phil/4704058 to your computer and use it in GitHub Desktop.
TaskWarrior Cheatsheet

#EDITING

add [tags] [attrs] description Adds a new task to the task list.

log [tags] [attrs] description Adds a new completed task to the task list.

append [tags] [attrs] description Appends information to an existing task description.

prepend [tags] [attrs] description Prepends information to an existing task description.

annotate ID description Adds a time-stamped annotation to an existing task.

denotate ID description Deletes an annotation from the specified task. A partial description will delete the first match.

duplicate ID [tags] [attrs] [description] Duplicates the specified task and allows modifications.

start ID Marks the specified task with a start time.

stop ID Removes the start time from the specified task.

done ID [tags] [attrs] [description] Marks the specified task as done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment