#archiver #cli #extract-archive

bin+lib universal-archiver

A tool to unpack archives without having to specify the archive type

5 releases

0.2.2 Jun 7, 2022
0.2.1 May 3, 2022
0.2.0 May 2, 2022
0.1.1 May 1, 2022
0.1.0 May 1, 2022

#526 in Compression

MIT license

17KB
337 lines

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

Dependencies

~16–29MB
~417K SLoC