Skip to content

Instantly share code, notes, and snippets.

@A
Last active December 4, 2022 22:48
Show Gist options
  • Select an option

  • Save A/8bc8857f3e0607d76894 to your computer and use it in GitHub Desktop.

Select an option

Save A/8bc8857f3e0607d76894 to your computer and use it in GitHub Desktop.
# zsh taskwarrior cheatsheet: https://gist.github.com/shuvalov-anton/cc840ee390b082070b9e
# taskwarrior cheatsheet
task add [project:<project>] [depends:id] [+tag] [+next] description
task log [project:<project>] [depends:id] [+tag] [+next] description # add finished task
task <id> edit # open the task on editor
task <id> [delete|done]
task <id> modify [project:<project>] [+tag] [-tag] [+next]
# Workflow
task <id> [add|log]
task <id> start
task active
task <id> stop
task <id> done
# lists
task cmd [project:<project>] [+tag]
## Basic
task ls # Minimal listing of all pending tasks
task list # Lists all pending tasks
task long # Lists all pending tasks
## Digests
task burndown.[daily|monthly|weekly] # Shows a graphical burndown chart
task calendar # Shows a calendar, with due tasks marked
task ghistory # Shows a graphical report of task history
task history # Shows a report of task history
# export
task export [project:home]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment