diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index c40488f..69ffe57 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -22,6 +22,7 @@ h3. Table of Contents ** "schedule - Work with date threshold":#schedule ** "view - Summarized todo items report":#view ** "lately - Report of recently completed tasks":#lately +** "repeat - Mark an item done and immediately reenter it":#repeat h1(#install). Installation @@ -235,4 +236,15 @@ Examples:
$ todo.sh lately # Lists tasks completed within the last 7 days
$ todo.sh lately 3 # Lists tasks completed within the last 3 days
-"Download file":https://github.com/emilerl/emilerl/tree/master/todo.actions.d
\ No newline at end of file
+"Download file":https://github.com/emilerl/emilerl/tree/master/todo.actions.d
+
+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.
+
+Examples:
+$ 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