Toodledo Bash Script
So, I’ve been playing with Toodledo recently. It’s a pretty impressive web-based todo system with pretty much all the functionality you could ask for. However, I don’t really like the Ruby command line client, so I wrote my own in Bash. It requires that you have a local MTA in order to function properly. I recommend ssmpt if you don’t need a full-featured MTA.
Downloadable here: http://signalnine.net/toodledo
Licence: GPL v2.
Install instructions:
- Download the script, put it in a directory that’s in your path. (i.e., ~/bin/ or /usr/bin/)
- Edit the script, replace from variable with your email and to with your toodledo secret email address which you can find here.
- Make the toodledo script executable.
- Follow the Toodledo email format, which the script reminds you of on execution.
That’s it. Have fun.

Comments