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...
3
Gina Trapani
gina.trapani
Jun 23, 2006 7:21 pm
... 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. ...
4
slackorama_69
Jun 23, 2006 7:40 pm
... Here's a snippet that'll get you the OS: ##### SNIP ##### #!/bin/sh cygwin=false linux=false case "`uname`" in CYGWIN*) cygwin=true ;; Linux*)...
5
jphoenix39
Jun 24, 2006 4:07 am
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...
6
Gina Trapani
gina.trapani
Jun 24, 2006 6:41 am
Hey Jeff, ... The todobot.pl requires the OSCAR.pm package to run. If you don't have Oscar, download the script WITH oscar from here: ...
7
mishamanulis
Jun 24, 2006 8:56 am
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...
8
mishamanulis
Jun 24, 2006 7:09 pm
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...
9
Gina Trapani
gina.trapani
Jun 24, 2006 7:48 pm
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]...
10
S. William Schulz
abstruseone
Jun 25, 2006 9:38 pm
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...
11
Gina Trapani
gina.trapani
Jun 25, 2006 10:48 pm
... 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...
12
mishamanulis
Jun 26, 2006 1:11 am
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...
13
S. William Schulz
abstruseone
Jun 26, 2006 2:06 am
... 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...
14
mishamanulis
Jun 26, 2006 2:18 am
Thanks a lot. This fixed it for me....
15
g00n
Jun 26, 2006 5:15 am
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...
16
verdammelt
Jun 26, 2006 12:33 pm
I ran into a problem with the archive command of the v1.5 version. It looks like the line: sed '/^x/d39; "$TODO_FILE" > "$TMP_FILE" && mv "$TMP_FILE"...
17
Gina Trapani
gina.trapani
Jun 26, 2006 7:01 pm
... 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: ...
18
Gina Trapani
gina.trapani
Jun 26, 2006 7:01 pm
... Yes, thank you. I've uploaded a DOS linebreak-free version of todo.sh to the web site to avoid this problem going forward....
19
Gina Trapani
gina.trapani
Jun 26, 2006 7:03 pm
... 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...
20
phinsxiii
Jun 26, 2006 9:54 pm
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...
21
phinsxiii
Jun 26, 2006 9:59 pm
A cool todo.txt -> to ipod note conversion tool would be nice. SA...
22
Mark Simpson
verdammelt
Jun 26, 2006 11:23 pm
... Gina> As a wise and great programmer once said, "Oh, crap!" I have often quoted that very same programmer. [sigh]...
23
gregvarnadoe
Jun 27, 2006 1:56 am
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...
24
Mark Simpson
verdammelt
Jun 27, 2006 2:01 am
Just a 'hello39; and thanks for the useful script. To add to the list of 'supported39; OSes here is info from my Debian (testing) machine: Linux freya...
25
Mark Simpson
verdammelt
Jun 27, 2006 2:13 am
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...
26
g00n
Jun 27, 2006 3:13 am
... 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...
27
Mark Simpson
verdammelt
Jun 27, 2006 3:26 am
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 ...
28
Sirish Kumar B (RBIN/...
Sirish.Kumar@...
Jun 27, 2006 3:50 am
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...
29
SETH
slackorama_69
Jun 27, 2006 5:18 am
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. ...