Skip to content

cameronkinsella/runzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runzip

A simple CLI tool for extracting zip archives

Installation

cargo install runzip --git https://github.com/cameronkinsella/runzip

Usage

Tool for extracting zip archives

Usage: runzip [OPTIONS] <FILE>

Arguments:
  <FILE>  Path to the zip archive

Options:
  -o, --out <OUT>            Output location. Extracts to a new folder in the current directory if none given
  -p, --password <PASSWORD>  Password if the archive is encrypted
  -e, --encoding <ENCODING>  Codec to be used for filename encoding (default: UTF-8)
  -s, --silent               Make output less verbose
  -h, --help                 Print help
  -V, --version              Print version

About

A simple CLI tool for extracting zip archives

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages