mei GitHub Workflow Status Crates.io LICENSE

Utility tool for compress and archive files

Features

Install

Binary

Download the binary from the release page

Cargo

bash cargo install mei

Usage

```bash

Compress & Archive files

mei 'path'

Add description information

mei 'path' -i 'Message'

Encryption

mei 'path' -p '123456' ```

```bash

Decompress

mei 'archive.mei' -d

If the archive is encrypted

mei 'archive.mei' -d -p '123456' ```

```bash

View all command line options

mei --help ```