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
```
shell
$ cargo install cxp
Contributions of all forms are welcome, feel free to file an issue or make a pull request!
Pass the tests
shell
$ cargo test
Format your code
shell
$ cargo fmt