Skip to content

Instantly share code, notes, and snippets.

@ayosec
Last active January 4, 2022 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayosec/9830fee980c6ed02f3350d286b04e665 to your computer and use it in GitHub Desktop.
Save ayosec/9830fee980c6ed02f3350d286b04e665 to your computer and use it in GitHub Desktop.
Recurring tasks in TaskWarrior
# On the 15th of every month.
#
# Show the task 5 days before the date.
PROJECT=foo.bar
DESCRIPTION='Something to do'
task add "$DESCRIPTION" \
project:"$PROJECT" \
due:15th \
wait:due-5d \
recur:monthly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment