Last active
January 4, 2022 01:11
-
-
Save ayosec/9830fee980c6ed02f3350d286b04e665 to your computer and use it in GitHub Desktop.
Recurring tasks in TaskWarrior
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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