3 unstable releases
| 0.2.1 | Dec 4, 2022 |
|---|---|
| 0.2.0 | Dec 3, 2022 |
| 0.1.3 | Nov 11, 2018 |
#1 in #zipping
15KB
327 lines
Zippy
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.
Installation
Installing the Zippy is as easy as cargo install zippy.
Usage
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--methodand--levelargs are optional.zippy unzip --input ZIP_FILE --output DESTINATION_DIRzippy help
Dependencies
~7–12MB
~215K SLoC