Skip to content
/ copro Public

Rust-based CLI file backup tool with rainbow-colored animated progress bar for efficient copy operations

License

Notifications You must be signed in to change notification settings

j341nono/copro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copro

copro (Copy with Progress) is a command-line file backup (copy) tool featuring a simple, rainbow-colored animated progress bar for efficient file operations.

Installation

From Source

git clone https://github.com/j341nono/copro.git
cd copro
cargo build --release
cargo install --path .

Usage

Basic Usage

copro [OPTIONS] [SOURCE_POSITIONAL] [DESTINATION_POSITIONAL]

Examples

Copy files from source to destination with progress bar

copro /path/to/source /path/to/destination

Enable verbose output to see detailed copy status for each file

copro -v /path/to/source /path/to/destination

Command Line Options

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

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests on the GitHub repository.

About

Rust-based CLI file backup tool with rainbow-colored animated progress bar for efficient copy operations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages