Updated Todo.sh Add on Directory (textile)
@@ -22,6 +22,7 @@ h3. Table of Contents
|
|||||||
** "schedule - Work with date threshold":#schedule
|
** "schedule - Work with date threshold":#schedule
|
||||||
** "view - Summarized todo items report":#view
|
** "view - Summarized todo items report":#view
|
||||||
** "lately - Report of recently completed tasks":#lately
|
** "lately - Report of recently completed tasks":#lately
|
||||||
|
** "repeat - Mark an item done and immediately reenter it":#repeat
|
||||||
|
|
||||||
h1(#install). Installation
|
h1(#install). Installation
|
||||||
|
|
||||||
@@ -235,4 +236,15 @@ Examples:
|
|||||||
<pre><code>$ todo.sh lately # Lists tasks completed within the last 7 days
|
<pre><code>$ todo.sh lately # Lists tasks completed within the last 7 days
|
||||||
$ todo.sh lately 3 # Lists tasks completed within the last 3 days</code></pre>
|
$ todo.sh lately 3 # Lists tasks completed within the last 3 days</code></pre>
|
||||||
|
|
||||||
"Download file":https://github.com/emilerl/emilerl/tree/master/todo.actions.d
|
"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:
|
||||||
|
<pre><code>$ 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
|
||||||
Reference in New Issue
Block a user