From 886779a3f7f632abbe9318a2eec480f6338aa757 Mon Sep 17 00:00:00 2001 From: Mark Harrison Date: Tue, 11 Jun 2013 12:59:43 -0700 Subject: [PATCH] Add tmsa addon --- Todo.sh-Add-on-Directory.textile | 55 +++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index 7155567..ebdb6f1 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -33,6 +33,7 @@ h3. Table of Contents ** "docs - Sync with Google Docs":#docs ** "mit - Most Important Task tracking":#mit ** "hey - a minimalist CRM":#hey +** "tmsa - commands to help working with dated todo files":#tmsa h1(#install). Installation @@ -399,4 +400,56 @@ TODO: 37 added "Project page":https://gist.github.com/4241425 -"Download file":https://raw.github.com/gist/4241425/hey.rb \ No newline at end of file +"Download file":https://raw.github.com/gist/4241425/hey.rb + +h2(#tmsa). __tmsa__: commands to help working with dated todo files + +Helper scripts to let you keep one todo.txt file per day, and move tasks between dated todo files. Intended for use with the cycle as desribed in Time Management for Systems Administrators. + +Examples: + +

+$ todo.sh ls
+1 Some task
+2 Some other task
+3 A third task
+--
+2013-06-11: 3 of 3 tasks shown
+
+$ todo.sh bump 1
+Some task
+TODO: 1 bumped from 2013-06-11.txt to 2013-06-12.txt
+
+$ todo.sh lf 2013-06-12
+1 Some task
+--
+2013-06-12: 1 of 1 tasks shown
+
+$ todo.sh lsa
+1 Some other task
+2 A third task
+0 x 2013-06-11 Some task bumped:2013-06-12
+
+$ todo.sh bumpall
+Some other task
+A third task
+
+TODO: all items bumped from 2013-06-11.txt to 2013-06-12.txt
+
+$ todo.sh lsf 2013-06-10.txt
+1 Some task I forgot about
+--
+2013-06-10: 1 of 1 tasks shown
+
+$ todo.sh verify
+2013-06-10.txt
+
+$ todo.sh bringforward
+Some task I forgot about
+TODO: all items bumped from 2013-06-10.txt to 2013-06-11.txt
+
+ +_Author: Mark Harrison_ +_License: MIT_ + +"Project page":https://github.com/mivok/todotxt-tmsa