#归档工具 #命令行工具 #解压缩归档

bin+lib universal-archiver

无需指定归档类型即可解压缩归档的工具

5 个版本

0.2.2 2022年6月7日
0.2.1 2022年5月3日
0.2.0 2022年5月2日
0.1.1 2022年5月1日
0.1.0 2022年5月1日

压缩 分类下排名 571

MIT 许可证

17KB
337 代码行

通用归档工具

通用归档工具是一个基于文件签名轻松提取常见归档文件的工具。无需指定文件类型。

为什么

因为学习所有 tar 和 zip 命令真的很烦人。

安装

您可以使用 cargo 安装此软件包。

cargo install universal-archiver

使用方法

USAGE:
    uarch <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    x, extract    Extracts a given file
    help       Print this message or the help of the given subcommand(s)

解压缩

Extracts a given file

USAGE:
    uarch extract <FILE> [OUTPUT]

ARGS:
    <FILE>      The file to extract
    <OUTPUT>    The output folder for the given file

OPTIONS:
    -h, --help    Print help information

许可证

MIT

依赖项

~18–29MB
~430K SLoC