todo.pl — todo.txt list replacement

todo.pl is a simple replacement for the todo.sh list function (see todotxt.com for more info on that project).
Basically I just wanted slightly different output on the command line. HTML output will be coming shorting.  Additionally I added support for due dates and assignments. To add a due date to a project add a context with the syntax of “@due:mm/dd/yyyy^hh:mm:ss” … obviously without the quotes. To add an assignment, “@assigned:personsName^email^url” … and to set something  to the status of pending, “@wait”

I haven’t spend much time debugging or testing this (or writing it for that matter). I’ll add features as I need more, for now I’ll just be adding HTML output support.
options:

-c : display contexts

-d : show due dates

-a : show assignments

-v : verbose, equivalent to -cda

-p %project name% : show just that project’s todo’s

Download todo.pl