From 68667d6c71ca4ebde79693ce55ee8d91f9d776b4 Mon Sep 17 00:00:00 2001 From: markdwhite Date: Mon, 30 Apr 2012 07:11:14 -0700 Subject: [PATCH] Additional functionality to the plug in https://github.com/drobertadams/todo.txt-cli-addons/blob/master/repeat/repeat --- Todo.sh-Add-on-Directory.textile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index 49790bd..c3fc82f 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -245,10 +245,12 @@ $ todo.sh lately 3 # Lists tasks completed within the last 3 days h2(#repeat). __repeat__: Mark an item done and immediately reenters it. This is useful for repeating todo items where the date entered is important. This command simply marks -the given item as done and reenters it again. Priority is not preserved. +the given item as done and reenters it again, optionally at a specified number of days from the completion date, or a specified number of days from the due date where this is one. Priority is not preserved. Examples: -
$ todo.sh repeat 3
+
$ todo.sh repeat 3 # Marks item 3 as done and recreates is as a new item
+$ todo.sh repeat 3 7 # Marks item 3 as done and recreated it 7 days from now
+$ todo.sh repeat 3 +7 # Marks item 3 as done and recreates it 7 days from the due date
"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