Skip to content

Instantly share code, notes, and snippets.

@A
Created October 26, 2014 10:57
Show Gist options
  • Select an option

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

Select an option

Save A/cc840ee390b082070b9e to your computer and use it in GitHub Desktop.
task conjunctions
( ) and or xor
task command
_aliases -- Generates a list of all aliases, for autocompletion purposes
_columns -- Displays only a list of supported columns
_commands -- Generates a list of all commands, for autocompletion purposes
_config -- Lists all supported configuration variables, for completion purposes
_get -- DOM Accessor
_ids -- Shows the IDs of matching tasks, in the form of a list
_projects -- Shows only a list of all project names used
_show -- Shows all configuration settings in a machine-readable format
_tags -- Shows only a list of all tags used, for autocompletion purposes
_udas -- Shows the defined UDAs for completion purposes
_urgency -- Displays the urgency measure of a task
_uuids -- Shows the UUIDs of matching tasks, as a list
_version -- Shows only the taskwarrior version number
_zshcommands -- Generates a list of all commands, for zsh autocompletion purposes
_zshids -- Shows the IDs and descriptions of matching tasks
_zshuuids -- Shows the UUIDs and descriptions of matching tasks
active -- Lists active tasks
add -- Adds a new task
all -- Lists all pending and completed tasks
annotate -- Adds an annotation to an existing task
append -- Appends text to an existing task description
blocked -- Lists all blocked tasks
blocking -- Lists all blocking tasks
burndown.daily -- Shows a graphical burndown chart, by day
burndown.monthly -- Shows a graphical burndown chart, by month
burndown.weekly -- Shows a graphical burndown chart, by week
calendar -- Shows a calendar, with due tasks marked
colors -- All colors, a sample, or a legend
columns -- All supported columns and formatting styles
completed -- Lists completed tasks
config -- Change settings in the task configuration
count -- Counts matching tasks
delete -- Deletes the specified task
denotate -- Deletes an annotation
diagnostics -- Platform, build and environment details
done -- Marks the specified task as completed
duplicate -- Duplicates the specified tasks
edit -- Launches an editor to modify a task directly
execute -- Executes external commands and scripts
export -- Exports tasks in JSON format
ghistory.annual -- Shows a graphical report of task history, by year
ghistory.monthly -- Shows a graphical report of task history, by month
help -- Displays this usage help text
history.annual -- Shows a report of task history, by year
history.monthly -- Shows a report of task history, by month
ids -- Shows the IDs of matching tasks, as a range
import -- Imports JSON files
information -- Shows all data and metadata
log -- Adds a new task that is already completed
logo -- Displays the Taskwarrior logo
long list -- Lists all pending tasks
merge -- Merges the remote files with the local files
minimal ls -- Minimal listing of all pending tasks
modify -- Modifies the existing task with provided arguments.
newest -- Shows the newest tasks
oldest -- Shows the oldest tasks
overdue -- Lists overdue tasks
prepend -- Prepends text to an existing task description
projects -- Shows all project names used
pull -- Pulls remote files from the URL
push -- Pushes the local files to the URL
ready next -- Lists the most urgent tasks
recurring -- Lists recurring tasks
reports -- Lists all supported reports
show -- Shows all configuration variables or subset
start -- Marks specified task as started
stats -- Shows task database statistics
stop -- Removes the 'start' time from a task
summary -- Shows a report of task status by project
synchronize -- Synchronizes data with the Taskserver
tags -- Shows a list of all tags used
timesheet -- Weekly summary of completed and started tasks
udas -- Shows all the defined UDA details
unblocked -- Lists all unblocked tasks
undo -- Reverts the most recent change to a task
uuids -- Shows the UUIDs of matching tasks, as a comma-separated list
version -- Shows the taskwarrior version number
waiting -- Lists all waiting tasks
task IDs
1 -- Create design for kiew nodeschool
2 -- wash the clothes
3 -- make out user panel
4 -- Edit article for Frontender Magazine
6 -- add passport for authorization
7 5 -- create basic express app
task attributes
bg -- Background color
due -- Due date
fg -- Foreground color
limit -- Desired number of rows in report
priority -- priority
project -- Project name
recur -- Recurrence frequency
until -- Recurrence end date
wait -- Date until task becomes pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment