A better way to copy files
You can install bettercp using cargo
.
$ cargo install bettercp
Usage: bettercp [OPTIONS] <FILENAME> <DESTINATION>
Arguments:
<FILENAME> File name or relative path to file to be copied
<DESTINATION> Destination path
Options:
-r, --rename <RENAME> Rename file
-h, --help Print help
-V, --version Print version