TODO

Wed, 13 Jan 2010 19:39:36 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 13 Jan 2010 19:39:36 +0000
branch
trunk
changeset 125
c4495fc7d00d
parent 104
ee9600dac90a
permissions
-rw-r--r--

Add support for fetching archives from URLs

-*- text -*-

To do:

Things which I have a use case/anti-use case for:
* Support pisi packages (http://paketler.pardus.org.tr/pardus-2007/)
* Steal ideas from <http://martin.ankerl.com/files/e>.
* More consistently raise and handle exceptions.

Things that are generally good:
* Better tests.
* Better error messages.

Things I think might be good but can't prove:
* Use zipfile instead of the zip commands.
* Processing from stdin.
* shar support.
* --expert mode: prompts don't show an explanation of what the options are,
  unless you ask with ?.

mercurial