Installation • Usage • Todo •
unzipR decompress all the compressed files in the directory.
unzipR can decompress files in the following compressed formats:
- zip
- tar
- 7zip
- rar
- gzip (including .tar.gz and .tgz)
- bzip2 (including .tar.bz2)
- lzip4 (including .tar.lz4)
- xz (including .tar.xz)
# install unzipR
➜ ~ go install -v github.com/kawakatz/unzipR/cmd/unzipR@latest
➜ ~ unzipR <path>
<path>
can be a path of a file or directory.
If a directory path is specified, unzipR will recursively decompress all the files in the directory.
- Support for password-protected zip
- Re-decompress the decompressed files if it contains compressed files.