TODO

branch
trunk
changeset 6
77043f4e6a9f
parent 5
36f352abd093
child 7
1f3cb3845dfd
equal deleted inserted replaced
5:36f352abd093 6:77043f4e6a9f
1 Things which I have a use case/anti-use case for: 1 Things which I have a use case/anti-use case for:
2 * Decompress non-archive files.
3 * DTRT in the "archive contains one file" case.
2 * Fix permissions as you extract. 4 * Fix permissions as you extract.
3 * Recursive extraction.
4 5
5 Things that are generally good: 6 Things that are generally good:
6 * Usage information. 7 * Usage information.
8 * Better tests.
7 * Better error messages. 9 * Better error messages.
8 10
9 Things I think might be good but can't prove: 11 Things I think might be good but can't prove:
10 * Use zipfile instead of the zip commands. 12 * Use zipfile instead of the zip commands.
11 * Processing from stdin. 13 * Processing from stdin.
14 * Extracting control.tar.gz from deb files.

mercurial