mei 0.2.0

Utility tool for compress and archive files
Documentation

mei GitHub Workflow Status Crates.io LICENSE

Utility tool for compress and archive files

Features

  • Compress files with brotli
  • Encrypt files with aes-gcm

Install

Binary

Download the binary from the release page

Cargo

cargo install mei

Usage

# Compress & Archive files
mei 'path'

# Add description information
mei 'path' -i 'Message'

# Encryption
mei 'path' -p '123456'
# Decompress
mei 'archive.mei' -d

# If the archive is encrypted
mei 'archive.mei' -d -p '123456'
# View all command line options
mei --help