Skip to content

TechnicallyCoded/SimpleJavaUnzipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Java Unzipper

Build

gradlew build

Run

java -jar SimpleUnzipper-<version>.jar [zip-file-name] [destination-folder] [verbose]

  • zip-file-name (optional): Specify a file name to be used as the source zip folder. By default, if no file is specified, the program will find the first ".zip" in the current working directory.
  • destination-folder (optional): Specify a folder to place all the files into. By default, the program will use the current working directory.
  • verbose (optional): Valid options are "true" or "false". Verbose printing is enabled by default.

About

Simple Java Unzipper that can be run from the command line

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages