Create a task with the cli:
td task add --content "Buy milk" --due "every year, starting 1/1/2026"
That creates what I want: a task that's due now, and in theory when it's completed will be due again on 1/1/2027.
What's odd is that if you complete that task by clicking the bubble or hitting E, it gives you the popup saying the task has been completed:
But the actual date on the task doesn't change - it remains 1/1/2026. Completing it again then moves the date to 1/1/2027 as expected.
Create a task with the cli:
td task add --content "Buy milk" --due "every year, starting 1/1/2026"That creates what I want: a task that's due now, and in theory when it's completed will be due again on 1/1/2027.
What's odd is that if you complete that task by clicking the bubble or hitting E, it gives you the popup saying the task has been completed:
But the actual date on the task doesn't change - it remains 1/1/2026. Completing it again then moves the date to 1/1/2027 as expected.