task add <task description> project:<project name> due:<date>
<project name>
can be hierarchical, e.g. root.sub
date
can be tested using task calc <date>
.
# list tasks task #mark as done task <task ID> done
task due.before:1w
Uses the following project:
https://github.com/8ware/task-gantt
task-gantt --stdout status:pending project.not:Personal | feh --image-bg black -
A recurring task will be automatically repeated. Can be useful for creating tasks that need to be performed weekly/monthly.
task add due:Friday recur:weekly until:2020-06-01
task recurring
If an until
date was set then the recurrence will automatically stop on that date. Otherwise, you can use the following:
task modify <task ID> until:now