cr-unzip
cr-unzip
Possibly fastest unzip tool in the world.
Written in Crystal.
Installation
Use bin/cr-unzip (copy it somewhere in your $PATH).
Or, if it does not work for you, - install latest Crystal compiler according to instructions you may found at https://crystal-lang.org/install/
Than
cd cr-unzip
shards install
crystal build -Dpreview_mt --release src/cr-unzip.cr -o bin/cr-unzip
Usage
cr-unzip
[-p JOB_DISTR_POLICY] [-n N_FIBERS] [-d TARGET_DIR] zip_file_path
or
-h
-p, --policy qu[eue] | eq[ual]
Use the specified job distribution policy: queued or equal(-sized)
-d, --destination TARGET_PATH
Specify target directory for unpack. By default zip file will be unpacked to the current working directory
-x Turn on debug output
-h Show help message
Contributing
- Fork it (https://github.com/DRVTiny/cr-unzip/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Andrey A. Konovalov - creator and maintainer
Repository
cr-unzip
Owner
Statistic
- 5
- 0
- 0
- 0
- 1
- almost 3 years ago
- April 5, 2021
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 06:51:02 GMT
Languages