Skip to content

unzipR will decompress all compressed files in the directory.

License

Notifications You must be signed in to change notification settings

kawakatz/unzipR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unzip Recursively🤐

InstallationUsageTodo

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)

Installation

# install unzipR~ go install -v github.com/kawakatz/unzipR/cmd/unzipR@latest

Usage

~ 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.

📋 Todo

  • Support for password-protected zip
  • Re-decompress the decompressed files if it contains compressed files.

About

unzipR will decompress all compressed files in the directory.

Resources

License

Stars

Watchers

Forks

Packages

No packages published