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.

29 lines
548 B
Markdown

# 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.
## Usage
```sh
USAGE:
universal-archiver <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
extract Extracts a given file
help Print this message or the help of the given subcommand(s)
```
## License
MIT