List and extract ZIP archive with arbitrary filename encoding. No more mojibake in decompressed filenames!
- JDK 7 or up
- Gradle
-
Clone the Onionzip repository
$ git clone https://github.com/kuanyili/onionzip.git
-
Compile and install
$ cd onionzip $ gradle installDist
-
Add
REPO_DIR/build/install/onionzip/bin
toPATH
environment variable
usage: onionzip [OPTIONS] ZIP_FILE
-c,--charset <arg> charset of filenames in the archive (detected
if not given)
-h,--help print this message
-l,--list list contents of archive
-s,--supported-charsets list supported charsets
Password-protected archive is not yet supported.
Apache License, Version 2.0