# HG changeset patch # User brett # Date 1162341104 18000 # Node ID 5172456c35883e9624aa596d76d2ca52fc6e0dfb # Parent 1570351bf8638999008e88c49061ac69e7b775ba [svn] Ideas off the top of my head. diff -r 1570351bf863 -r 5172456c3588 TODO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TODO Tue Oct 31 19:31:44 2006 -0500 @@ -0,0 +1,16 @@ +Things which I have a use case/anti-use case for: +* Take out the shar support, you're probably not gonna use it. +* Handle the one misnamed directory case. +* Provide a real exit status. + +Things that are generally good: +* Better error messages: + * Problems opening/understanding the file. + * Extra strategies for making a directory, and then better errors. + * Running subcommands. +* Clean up the run method. +* Usage information. + +Things I think might be good but can't prove: +* Use zipfile instead of the zip commands. +* Processing from stdin.