Last active
January 4, 2022 01:11
-
-
Save ayosec/9830fee980c6ed02f3350d286b04e665 to your computer and use it in GitHub Desktop.
Revisions
-
ayosec renamed this gist
Jan 4, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ayosec created this gist
Jan 4, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # 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