mc-cli 0.4.1

Cross platform copy files with progress
# mc

Modern file copying

## Features

- 📂 Copy file or folder
- 🔄 Progress bar
- 🔐 Verify with hash
- 🔗 Hard link files
- 🔗 Symbolic link files
- ⚡ Faster than Finder or Explorer
- 🛏️ Keep system awake while copying


## Install

See installation options in [Releases](https://github.com/thewh1teagle/mc/releases/latest)

## Usage

```console
dd if=/dev/zero of=dummy bs=2G count=10
mc dummy copied_dummy --verify
```