copro (Copy with Progress) is a command-line file backup (copy) tool featuring a simple, rainbow-colored animated progress bar for efficient file operations.
git clone https://github.com/j341nono/copro.git
cd copro
cargo build --release
cargo install --path .copro [OPTIONS] [SOURCE_POSITIONAL] [DESTINATION_POSITIONAL]Copy files from source to destination with progress bar
copro /path/to/source /path/to/destinationEnable verbose output to see detailed copy status for each file
copro -v /path/to/source /path/to/destination| Option | Short | Description |
|---|---|---|
--source |
-s |
Source path for the copy operation |
--destination |
-d |
Destination path for the copy operation |
--verbose |
-v |
Show per-file copy success messages |
--help |
-h |
Print help information |
--version |
-V |
Print version information |
Contributions are welcome! Please feel free to submit issues or pull requests on the GitHub repository.