Crates.io | cpui |
lib.rs | cpui |
version | 0.1.0 |
source | src |
created_at | 2024-12-11 20:38:42.97976 |
updated_at | 2024-12-11 20:38:42.97976 |
description | A modern replacement for cp command with progress bar and advanced features |
homepage | |
repository | https://github.com/Bengerthelorf/cpui |
max_upload_size | |
id | 1480516 |
size | 47,165 |
A TUI (Terminal User Interface) based replacement for the traditional cp
command with an interactive progress bar and advanced features.
cargo install cpui
Basic file copy:
cpui source.txt destination.txt
Recursive directory copy:
cpui -r source_dir destination_dir
Requirements:
Build from source:
git clone https://github.com/zaneleong/cpui
cd modern-cp
cargo build --release
This project is licensed under the MIT License - see the LICENSE file for details.
Zane Leong (2024)