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:

  1. Download the script, put it in a directory that’s in your path. (i.e., ~/bin/ or /usr/bin/)
  2. Edit the script, replace from variable with your email and to with your toodledo secret email address which you can find here.
  3. Make the toodledo script executable.
  4. Follow the Toodledo email format, which the script reminds you of on execution.

That’s it. Have fun.

About the author

Written by

Gabe Ortiz is a systems architect and engineer from Albuquerque, NM.

Comment on this post