Skip to content

Instantly share code, notes, and snippets.

@ayosec
Last active January 4, 2022 01:11
Show Gist options
  • Select an option

  • Save ayosec/9830fee980c6ed02f3350d286b04e665 to your computer and use it in GitHub Desktop.

Select an option

Save ayosec/9830fee980c6ed02f3350d286b04e665 to your computer and use it in GitHub Desktop.

Revisions

  1. ayosec renamed this gist Jan 4, 2022. 1 changed file with 0 additions and 0 deletions.
  2. ayosec created this gist Jan 4, 2022.
    13 changes: 13 additions & 0 deletions task-warrior-recurring-tasks.sh
    Original 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