tasklist commandline sample app

2008-01-29 @ 06:07#

i posted a sample commandline app (tasklist-cmd) that shows off the HTTPClient in exyus.

it does all the things the web app does (TaskList), but using a command-line app instead of a browser. the UI is totally clunky (hey, it's the command line!) but it's still kinda helpful. i plan on using to to script some interactions with the task list to keep i cleaned out regularly. i'll also poke some stuff in the list every once in a while, just for fun.

only took me a short itme to do this app. i really like working with HTTP this way!

code