3 releases
new 0.4.3 | Dec 15, 2024 |
---|---|
0.4.2 | Dec 15, 2024 |
0.4.1 | Dec 15, 2024 |
#211 in Filesystem
292 downloads per month
31KB
472 lines
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
Dependencies
~13–42MB
~668K SLoC