Hello, I'm a new member to this group, and to say hello I thought I could share a small hack I did today: a very simple Tickler system using bash. I'm pretty...
Thanks Alfredo - some thoughts inline (while keeping in mind I'm pretty protective of the already-long action list for the sake of simplicity): ... I think all...
... Tanja when I test out this change with colors on, the color for a prioritized item ends before the last word of the item, each time. Screenshot attached...
todo.sh version 1.6 is now available for download at http://todotxt.com. New features include, as promised: * separate configuration file (.todo) * new options...
Nope, don't mind at all. Please use this fixed version. It sorts the numbers so if you specify them out of order deleting multiple items doesn't start...
... Huh, how strange :) I can't reproduce this... Could you let me know what version of sed you run and what OS you did this on? I'll go and test on different...
Two other things I should've mentioned about 1.6: First, todo.sh looks for your config file, .todo, in the directory you're working in. To resolve this if you...
... Heh, of course - should've done this from the beginning: This is on Cygwin, with sed version 4.07. I get the same result on Linux with sed 4.07 and OS X...
For anyone interested out there, I have completed some more work on my iPod dump program. If anyone read my earlier posts, I wanted the ability to dump tasks...
For anyone interested out there, I have completed some more work on my iPod dump program. If anyone read my earlier posts, I wanted the ability to dump tasks...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the todotxt group. File : /cfg.yml ...
todotxt@yahoogroups.com
Jul 4, 2006 8:34 pm
110
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the todotxt group. File : /todo_ipod.rb ...
todotxt@yahoogroups.com
Jul 4, 2006 8:36 pm
111
... Gina> Two other things I should've mentioned about 1.6: First, Gina> todo.sh looks for your config file, .todo, in the directory Gina> you're working in. ...
... Because the config file defines all the other directories, there was no way that I could think of - besides the switch - to configure where the config file...
... Also: Does it work without the 's/^ /0/' ? or do the colours chop of near the end as well with the "echo -e "`sed = "$TODO_FILE" | sed 'N; s/^/ /; s/...
... Gina> Mark Simpson wrote: Two other things I should've mentioned Gina> about 1.6: First, todo.sh looks for your config file, .todo, Gina> in the directory...
... Ah, I think I found it. The line had some extra spaces in the sed statements, probably because of wrapping in e-mail and such. I'll paste my (working on...
... Yes, that was it! Thanks Tanja, my fault on the spacing. So, the coloring works with that fix, but the padding messes up the sort order. Any time you...
... That makes sense, Mark. I wasn't thinking about the home directory at all, because I imagined you'd want to keep the todo files together, but it does make...
Just updated todobot.pl: - now works with todo.sh v 1.6 new -p option (no colors) - uses HTML line breaks to accommodate chat clients like iChat (the linebreak...
The $HOME directory idea is great. I had a couple of issues because on windows, I have a space in the path to my home directory. Adding some double quotes...
... Gina> That makes sense, Mark. I wasn't thinking about the home Gina> directory at all, because I imagined you'd want to keep the Gina> todo files...
... Well, this seems the same problem, I noticed my lines wrapping again in my e-mail. The first part says: sed 'N; s/^/ /; s/ *\(.\{2,\}\)\n/\1 /' but due to...