Add tmsa addon

Mark Harrison
2013-06-11 12:59:43 -07:00
parent bab17614d4
commit 886779a3f7

@@ -33,6 +33,7 @@ h3. Table of Contents
** "docs - Sync with Google Docs":#docs ** "docs - Sync with Google Docs":#docs
** "mit - Most Important Task tracking":#mit ** "mit - Most Important Task tracking":#mit
** "hey - a minimalist CRM":#hey ** "hey - a minimalist CRM":#hey
** "tmsa - commands to help working with dated todo files":#tmsa
h1(#install). Installation h1(#install). Installation
@@ -399,4 +400,56 @@ TODO: 37 added
</code></pre> </code></pre>
"Project page":https://gist.github.com/4241425 "Project page":https://gist.github.com/4241425
"Download file":https://raw.github.com/gist/4241425/hey.rb "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:
<pre><code>
$ 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
</code></pre>
_Author: Mark Harrison_
_License: MIT_
"Project page":https://github.com/mivok/todotxt-tmsa