Crates.io | universal-archiver |
lib.rs | universal-archiver |
version | 0.2.2 |
source | src |
created_at | 2022-05-01 19:03:35.403833 |
updated_at | 2022-06-07 15:04:39.369353 |
description | A tool to unpack archives without having to specify the archive type. |
homepage | |
repository | https://github.com/Trivernis/universal-archiver.git |
max_upload_size | |
id | 578710 |
size | 43,039 |
Universal Archiver is a tool to easily extract well known archive files based on their signature. The type of the file doesn't need to be specified.
Because it's annoying to learn all the tar and zip commands.
You can install this crate using 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