Crates.io | mc-cli |
lib.rs | mc-cli |
version | 0.4.3 |
source | src |
created_at | 2024-12-15 17:32:37.237392+00 |
updated_at | 2024-12-15 19:27:02.878223+00 |
description | Cross platform copy files with progress |
homepage | |
repository | https://github.com/thewh1teagle/mc |
max_upload_size | |
id | 1484308 |
size | 110,401 |
Modern file copying
mc-cli-update
)See installation options in Mc Website or in Github Releases
See --help
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