From 92ca368368be5a0fcadedec634d1d8714f2c19a1 Mon Sep 17 00:00:00 2001 From: paradoq Date: Mon, 13 Sep 2010 01:26:17 -0700 Subject: [PATCH] Migrated from todosh-add-on-directory v46 --- Todo.sh-Add-on-Directory.textile | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index 1ddeefa..1b50052 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -15,6 +15,7 @@ h3. Table of Contents ** "projectview - Group output by project":#projectview ** "paper - Print your todo list":#paper ** "commit - record state in local Git repository":#commit +** "rtm - sync with Remember the Milk":#rtm h1. Filters @@ -135,7 +136,7 @@ A Python script @birdseye.py@ (called with the @birdseye@ action) analyzes the @ h2(#paper). __paper__: print your todo list -This will print your todo list. +This will print your todo list: todo.sh paper @@ -175,4 +176,22 @@ Example: "Project page":http://github.com/the1ts/todo.txt-plugins/blob/master/projectview -"Download file":http://github.com/the1ts/todo.txt-plugins/raw/master/actions/projectview/projectview \ No newline at end of file +"Download file":http://github.com/the1ts/todo.txt-plugins/raw/master/actions/projectview/projectview + +h2(#rtm). __rtm__: sync with Remember the Milk + +Supports push and pull, but it still needs some work. + +This will push to Remember the Milk: + + todo.sh rtm push + +This will pull from Remember the Milk: + + todo.sh rtm pull + +You will need a web browser to accept the + +"Project page":http://github.com/paradoq/todo.txt-cli/blob/master/actions/rtm + +"Download file":http://github.com/paradoq/todo.txt-cli/raw/master/actions/rtm \ No newline at end of file