I made some slight changes to todo: 1. I couldn't get the colors to work in cygwin's rxvt without moving where the color priorities were defined. I moved them...
... Ah, ok. The colors implementation is slated for a bug fix in the next version; I find weird characters show up in non-Cygwin environments because of it. ...
Hello, I got the todo.txt system working on via the terminal on my mac. Now I've moved onto getting the todobot up and running via aim and I'm hitting a wall...
Hi all, With the modification Seth posted (Thanks Seth), you can get colors to show up in your terminal for a Mac running OS 10.4. (might work with earlier...
Forgot to add one thing for colors to work, change lines: CLICOLOR_FORCE=1 export CLICOLOR_FORCE To CLICOLOR_FORCE=1 CLICOLOR=1 export CLICOLOR export...
New versions 1.5 of todo.sh and 0.2 of todobot.pl have been posted at http://todotxt.com/. ===todo.sh update:=== Colors now appear on the Mac 10.4 terminal [1]...
I've been semi-following this project via the RSS feeds for a bit, and decided today was the day to finally give it a shot. Thus far, everything seems to be...
... Welcome! Glad you decided to give it a try. ... Excellent. Will update the site. ... D'oh! Sorry about that. That's what I get for writing shell...
Hi, I've been playing with 1.5 todo.sh for a while now and can't seem to figure out this problem. I get a syntax error when I try to run the script. At first...
... I was getting a similar error, though in unix-ese. There it was complaining about ^M endings though I didn't see any. My fix was to simply load the file...
Well done code + site. Works with *Ubuntu 5.10 *Sed 4.1.4 *Grep 2.5.1 *Cat 5.2.1 *wc 5.2.1 Now a question, '... To get started, use special notation to...
... Yes. Generally, you won't want to do list @, because that will display every line with an @ in it, which might be useful, but more useful would be: ...
... As a wise and great programmer once said, "Oh, crap!" Sorry about that - big bug. Just posted the fix (with the beginning caret restored) and I'll add...
I think it would be a cool idea to have a script that automatically updates your new todo post to a GTD tiddlywiki page that you can leave on your server and...
Not sure if this will be considered off topic, but I would like to know if there is a way to call the todo.sh script and pass in parameters from an external...
I would like to offer up two additional features: prepend and edit. prepend is exactly like append but it puts the new text at the beginning rather than the...
... you specify in them. Now I understand. ... due dates, and in that case you can list by year, month, day or all. Is there any list of currently used...
Unlike my previous feature request which i have already implemented; this one i haven't. Can we add a switch or something to shut todo.sh up? While it is nice ...
Hello Everybody, Im new to Cygwin as well as todo.txt When i gave a command to add a task.Im getting the following error. administrator@KORECM105035...
Sirish Kumar B (RBIN/...
Sirish.Kumar@...
Jun 27, 2006 3:50 am
29
Yeah, I second this. It does make it difficult to use todo in a modular fashion and also violates the Rule of Silence of Unix Programming. ...