3 个不稳定版本
0.2.1 | 2022年12月4日 |
---|---|
0.2.0 | 2022年12月3日 |
0.1.3 | 2018年11月11日 |
在 命令行工具 中排名 1733
15KB
327 行
Zippy
Zippy 是一个简单的基于命令行的工具,提供基本的压缩和解压功能。它旨在成为复杂软件打包步骤中的一个简单但实用的组件。
安装
安装 Zippy 如下所示:cargo install zippy
.
使用方法
Zippy 有一些子命令,可以帮助它完成任务
zippy zip --input FILE+ --output ZIP_FILE --method [bzip2, deflate, store, zstd] --level <LEVEL>
其中--method
和--level
参数是可选的。zippy unzip--输入ZIP_FILE --输出目标目录
zippy help
依赖项
~7–17MB
~216K SLoC