Crates.io | zippy |
lib.rs | zippy |
version | 0.2.1 |
source | src |
created_at | 2018-11-11 09:17:31.000675 |
updated_at | 2022-12-04 17:46:26.427095 |
description | CLI-based un/zipping tool that's available anywhere Rust is. |
homepage | https://github.com/jjpe/zippy |
repository | https://github.com/jjpe/zippy |
max_upload_size | |
id | 96049 |
size | 40,537 |
Zippy is a simple CLI-based utility that provides basic zip/unzip functionality. It is intended to be a simple but useful component during the packaging step of complex software.
Installing the Zippy is as easy as cargo install zippy
.
Zippy has some sub-commands that help it perform its tasks:
zippy zip --input FILE+ --output ZIP_FILE --method [bzip2, deflate, store, zstd] --level <LEVEL>
where the --method
and --level
args are optional.zippy unzip --input ZIP_FILE --output DESTINATION_DIR
zippy help