From bfc0a737b10f8cc6f4a66a730acab921265aab9f Mon Sep 17 00:00:00 2001 From: paulroub Date: Sat, 31 Dec 2011 20:32:02 -0800 Subject: [PATCH] Added 'recur' add-on --- Todo.sh-Add-on-Directory.textile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index 69ffe57..2de9b1e 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -23,6 +23,7 @@ h3. Table of Contents ** "view - Summarized todo items report":#view ** "lately - Report of recently completed tasks":#lately ** "repeat - Mark an item done and immediately reenter it":#repeat +** "recur - Intelligently add recurring tasks":#recur h1(#install). Installation @@ -244,7 +245,14 @@ This is useful for repeating todo items where the date entered is important. Thi the given item as done and reenters it again. Priority is not preserved. Examples: -
$ todo.sh repeat 3
+
$ todo.sh repeat 3
"Project page":https://github.com/drobertadams/todo.txt-cli-addons/tree/master/repeat -"Download file":https://raw.github.com/drobertadams/todo.txt-cli-addons/master/repeat/repeat \ No newline at end of file +"Download file":https://raw.github.com/drobertadams/todo.txt-cli-addons/master/repeat/repeat + +h2(#recur). __recur__: Intelligently add recurring tasks. + +When run from a daily cron job (or similar scheduler), it will add tasks on appropriate days from a recur.txt file, while avoiding redundant adds of previously-added, not-yet-completed tasks. + +"Project page":https://github.com/paulroub/todo.txt-recurring-tasks +"Download file":https://github.com/paulroub/todo.txt-recurring-tasks/blob/master/recur