Find below a version of Gina Trapani's TODO.SH AIM Bot that works with a Jabber IM server (specifically tested against openfire). Requires Net::Jabber instead...
For the past few weeks, we have been busy migrating task to our new site. Please join us at: http://taskwarrior.org There you will find online forums, a great...
I've spent a few hours with no luck trying to get todo.sh to work now I've screwed up cygwin on top of that. I would greatly appreciate any help figuring out...
The alias command has to be placed in your ~/.bash_profile file. That file is possibly also the source of the "command not found" error. The "is not a...
Thank you Dave, This helps explain some things and raises more questions. Do I have to mount the drive in order to call files from it? I tried to mount the c:...
You shouldn't have to mount the drive. Cygwin should have all the Windows drives on the system available in the path /cygdrive/ ... for example /cygdrive/c,...
Nothing I put into the TODO_DIR path of the todo.cfg seems to be correct. I tried moving the file from /home/x0fx3 to /home that doesn't help. I've tried using...
This seems like one of those situations where you need to get someone else sitting at your computer with you, a fresh set of eyes. It is probably something...
What was the todo.sh command you were using when you get the error? What option flags? Which version of todo.sh is this? Are you using the latest stable...
If I understand you correctly you want me to put into the todo.cfg file where is says # Your todo.txt directory export TODO_DIR="put path here" with...
What happens if you enter the command: ls -a /home/x0fx3/todo/data ?? What does the error message say before "is not a directory"? If you search todo.sh for...
All the evidence is suggesting a need for an installation script. Such a script would probably reduce installation problems to only the very few really...
It's difficult debugging this via e-mail. :-( I'd carefully look at your todo/todo.cfg file to make sure the directory is correctly specified (no spaces, no...
Yeah, but install scripts have their own complexities, and you have to worry about not destroying any data or addons or customizations in place from previous...
Is there a way to chmod everything at once? All files and folders? ________________________________ From: Dave Hein <thinkcriticallyandbefree@...> To:...
Hi all, I wanted to make todo.sh a little more colorful, hilighting contexts, projects and dates, so I made a TODOTXT_FINAL_FILTER that does this. Right now...
... That's nice - thanks for sharing! While I got an error "awk: not an option: --posix" (on Ubuntu Intrepid), removing that argument seemed to do the trick. ...
Hi Frederik, Thank you for your feedback. While I got an error "awk: not an option: --posix" (on Ubuntu Intrepid), ... The --posix option is only required if...
... Thanks, that works nicely on my machine now. (Not sure about options to solve the compatibility issue, I'm afraid.) ... I'd very much welcome that - also...
All, I've been using an action I call projectview to show all projects and the related todo items. It includes the standard priority colour coding and sorting....
... I moved the options to a variable for now, and it can just be commented out where it doesn't work. ... Ah, I didn't realize it was you who first suggested...
I'm not sure if you downloaded the right version or not, but I realized that the colorFilter script failed when you use -p (turn off colors). The latest ...
I'm having trouble with TODOTXT_FINAL_FILTER. Do I have to modify it within the config file or do I just add it into my command. For instance, I tried $...
It's an environment variable. You could try doing: TODOTXT_FINAL_FILTER="sed s/Due.*$//d" ./todo.sh list but I'm not sure if you would need to do 'export'...
One more thing. If you define TODOTXT_FINAL_FILTER in the config file, it will override anything you put on the command line, so comment it out in the config...
This is really cool Paul, thanks. I had to change$ TODOTXT_TODO_FILE to just $TODO_FILE to get it to work, but the output is really great motivation to get my...