On Wed, Feb 18, 2009 at 09:07:14AM -0800, Gina Trapani wrote:
>Today I released a new version on Lifehacker (will move the files to
>todotxt.com today as well).
I've updated my patch to todo.sh for 2.0.1 (attached).
The patch does two things:
- has todo.sh look for a Unixish ~/.todo.cfg if it can't find ~/todo.cfg
(I hope Gina will pick this one up at least)
- has todo.sh look for executable scripts in ~/.todo.actions.d if you
give it an action it doesn't recognize, so if you say "todo.sh foo
..." and ~/.todo.actions.d/foo exists and is executable, it runs "foo"
with the rest of the arguments. This allows todo.sh to be extended
without modifying the original.
Gina, I'd be happy to supply separate patches for either of these.
Hi todo.txt'ers, First, my apologies for being woefully absent from the mailing list for a few years (!) now. Hard to believe, but I've been using todo.sh ...
I noticed one little bug with this new version, and I can't seem to find out what the issue is. I am unable to give it an alternative config file to use with...
On Wed, Feb 18, 2009 at 11:20 AM, Jason Helfman ... My apologies, I screwed up the -d parameter entirely in 2.0. I just posted a fix in 2.0.1, sorry about...
... Thanks for fixing that. I found the utility on lifehacker today and downloaded it from there, and had the -d problem; the link on lifehacker has the buggy...
... I've updated my patch to todo.sh for 2.0.1 (attached). The patch does two things: - has todo.sh look for a Unixish ~/.todo.cfg if it can't find ~/todo.cfg ...
Ed, love this patch, both parts of it. The non-Unixy config file change was a painful decision, I'd rather use a dot file but it was so confusing for so many...
Gina, Thanks for this...I use this daily. Saved me a few times. :) One feature which was kinda added a while back was the concept of a tickler file. This has...
Great to see todo.sh getting some attention again! I haven't upgraded to the latest version yet (holding out for v2.1) - but I'm definitely looking forward to...
Hi Don, Thanks for the tickler patch. Looking at it, I see it references a $TICKLER_FILE variable which isn't set in the current released config. I want to...
Well, actually, I did that yesterday. :) I need to clean one or two things up, then I will submit a patch. I added one function to the perl lib. Look for...
... Great news, thanks! And, a very belated thanks to Tammy for making todo.sh extensible like this (and to Ed for pointing it out to me). It's fantastic, and...