TODO

Tue, 19 Dec 2006 19:27:14 -0500

author
brett
date
Tue, 19 Dec 2006 19:27:14 -0500
branch
trunk
changeset 13
0a3ef1b9f6d4
parent 11
a2ca41a85243
child 18
1600807a32bd
permissions
-rw-r--r--

[svn] Add options to tweak the logging level to taste.

Things which I have a use case/anti-use case for:
* Avoid overwriting directories.
* Decompress non-archive files.
* Better error messages (file doesn't exist, isn't readable, etc.)
* Interactivity: ask about overwriting, recursing, etc.

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

Things I think might be good but can't prove:
* Consider having options about whether or not to make sane directories,
  have tarbomb protection, etc.
* Use zipfile instead of the zip commands.
* Processing from stdin.
* Extracting control.tar.gz from deb files.

mercurial