Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Recurrence

bram85 edited this page Nov 2, 2014 · 3 revisions

By adding a rec tag to your task, you can automatically create a new instance of it after the specified amount of time.

The format is as follows: a number suffixed by d, w, m or y (days, weeks, months, years respectively). For example:

Water flowers due:2013-08-17 rec:1w

Once this task is completed, a new task will be created one week from now when using the do override in this repository.

By default, it will use the completion date to determine the next occurrence. Using 'strict' recurrence, the new occurrence will be based on the due date that was set for that date. Strict recurrence is used when the -s flag is given to the do subcommand.