# unseal
CLI tool for unpacking archives (of the most common types).
It's focused on simplicity such as:
* Auto-detection of archive type.
* Portable binaries for various platforms.
* No external dependencies (other binaries or any dynamic libraries).
## Installation
### Pre-built binary
Download the latest binary from the [releases page](https://github.com/vadorovsky/unseal/releases).
### cargo
```bash
cargo install unseal
```
## Usage
```bash
unseal [OPTIONS]
Arguments:
Path to the archive to unseal
Options:
-o, --output