2 releases
0.1.1 | Oct 12, 2022 |
---|---|
0.1.0 | Oct 12, 2022 |
#18 in #cut
11KB
159 lines
cxp
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 and Demo
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
Installation
$ cargo install cxp
Contributing
Contributions of all forms are welcome, feel free to file an issue or make a pull request!
Test before your commit
-
Pass the tests
$ cargo test
-
Format your code
$ cargo fmt
Dependencies
~57–510KB