mc-cli
Install v0.4.3
Published on Dec 15 2024 at 19:30 UTC
mc
Modern file copying
Features
- 📂 Copy file or folder
- 🔄 Progress bar
- 🔐 Verify with hash
- 🔗 Hard link files
- 🔗 Symbolic link files
- 🔗 Reflink link files
- ⚡ Faster than Finder or Explorer
- 🛏️ Keep system awake while copying
- 🔄 Auto update with command (
mc-cli-update
) - 💻 Cross platform: Windows / macOS / Linux
Install
See installation options in Mc Website or in Github Releases
Usage
See --help
Details
Copies files or directories with options for recursion and overwriting. Usage: mc [OPTIONS] <SOURCE>... <DESTINATION> Arguments: <SOURCE>... Source file or directory to copy <DESTINATION> Destination file or directory Options: -f, --force Overwrite destination if it exists --hard-link Hard link file --symlink Symbol link file --reflink Ref link file Similar to hardlink except modify one doesn't affect the other --verify Verify hash of folder / file once copied --no-progress Disable progress bar --no-keep-awake Disable keep system awake while copy --keep-display-awake Keep display awake while copy -h, --help Print help