https://github.com/fragglet/dezip
Cleaned up version of unzip
https://github.com/fragglet/dezip
Last synced: 9 months ago
JSON representation
Cleaned up version of unzip
- Host: GitHub
- URL: https://github.com/fragglet/dezip
- Owner: fragglet
- License: other
- Created: 2023-04-14T23:50:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T22:51:37.000Z (over 2 years ago)
- Last Synced: 2025-04-06T08:11:37.797Z (9 months ago)
- Language: C
- Size: 4.73 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a cleaned-up and stripped-down version of the Info-ZIP `unzip`
tool, targeting POSIX-based (aka Unix) systes.
The goal here is to be a lean, mean, unzipping machine. Non-goals include:
* Supporting non-POSIX systems. Windows support is not a goal, for example.
* Supporting obsolete systems. The original version of `unzip` claimed
support for many, many different long-dead operating systems as a point of
pride, at the expense of code readability.
* Supporting every feature that Info-ZIP supported. Some more obscure
command line arguments and features have been deleted.
* Providing anything except the `unzip` binary. The Info-ZIP version of
`unzip` provided other binaries named `funzip`, `unzipsfx`, `zipgrep` and
`zipinfo`. Code for all of these has been deleted.