| Crates.io | cxp |
| lib.rs | cxp |
| version | 0.1.1 |
| created_at | 2022-10-12 03:25:05.556061+00 |
| updated_at | 2022-10-12 08:05:18.268109+00 |
| description | Bring the Copy, Cut and Paste functionalities from your GUI file manager to your Terminal. |
| homepage | |
| repository | https://github.com/SteveLauC/cxp |
| max_upload_size | |
| id | 685862 |
| size | 29,633 |
Bring the Copy, Cut and Paste functionalities from your GUI file manager to your Terminal.
This is basically a Rust port of xcv, with cross-platform data directories support.
USAGE:
cxp command [operand]
where `command` can be:
c: copy files
x: cut files
p: paste files into $PWD
l: list files
t: list files in a tree format
e: empty file buffer

$ cargo install cxp
Contributions of all forms are welcome, feel free to file an issue or make a pull request!
Pass the tests
$ cargo test
Format your code
$ cargo fmt