A cli tool that extracts well known archives with automatic format detection
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trivernis 69bd274c39
Change tar.xz deompression to take place in memory only
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
.idea Add zip format implementation 2 years ago
src Change tar.xz deompression to take place in memory only 2 years ago
.gitignore Add README, LICENSE, handling of tars and stuff 2 years ago
Cargo.lock Add x alias to extract command 2 years ago
Cargo.toml Add x alias to extract command 2 years ago
LICENSE Add README, LICENSE, handling of tars and stuff 2 years ago
README.md Rename executable to uarch and add in-memory tar + xz unpacking 2 years ago

README.md

Universal Archiver

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.

Why

Because it's annoying to learn all the tar and zip commands.

Installation

You can install this crate using cargo.

cargo install universal-archiver

Usage

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)

Extract

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

License

MIT