Fork me on GitHub

todo-cl by gmuller

This is a command line application for Windows written in C# that allows a user to quickly send new todo's to Toodledo. I use it with launchy for ultra-fast todo input

Dependencies

C# Toodledo Client - http://archive.msdn.microsoft.com/toodledo
CommandLineParser - http://commandline.codeplex.com/

Install

  1. Download and unzip files to a location in your PATH
  2. Execute todo.exe with the -u and -p options to set your toodledo user id and password

  3. todo.exe -u myuserid -p mypassword

    NOTE: This is not your username, but the unique id located on your settings page in toodledo

  4. Execute todo.exe with a task name to add to your inbox

  5. todo.exe this is the task I want to add

  6. Bonus: Run it with launchy!

For extended usage information, consult the README

Authors

Grant Muller (grant@grantmuller.com)

Contact

(grant@grantmuller.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/gmuller/todo-cl