From 17cf202e2b2acdda8fdfe6b5d3144495efc2f312 Mon Sep 17 00:00:00 2001 From: emilerl Date: Tue, 15 Feb 2011 05:44:14 -0800 Subject: [PATCH] Updated Todo.sh Add on Directory (textile) --- Todo.sh-Add-on-Directory.textile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index 92d8cbb..f65425c 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -18,6 +18,7 @@ h3. Table of Contents ** "rtm - Sync with Remember the Milk":#rtm ** "schedule - Work with date threshold":#schedule ** "view - Summarized todo items report":#view +** "lately - Report of recently completed tasks":#lately h1. Filters @@ -219,4 +220,14 @@ Example: "Discussion thread":http://tech.groups.yahoo.com/group/todotxt/message/2750 "Project page":http://github.com/markwu/todo-cli-plugins -"Download file":http://github.com/markwu/todo-cli-plugins/raw/master/view \ No newline at end of file +"Download file":http://github.com/markwu/todo-cli-plugins/raw/master/view + +h2(#lately). __lately__: Report of recently completed tasks + +Generate a list of recently completed tasks. Per default lately lists tasks that were completed during the last seven days. With an optional argument, number of days, that can be overridden to show more or less. + +Example: + $ 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