A reimplementation of cp
in rust.
```
USAGE:
kpy [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information -l, --link Make hard links instead of copying -s, --symbolic-link Make symbolic links instead of copying -V, --version Prints version information
OPTIONS:
--parents-stripped
ARGS:
Process finished with exit code 0 ```
I needed --parents-stripped
in the original cp
but couldn't find it.
It's something I use more often and I don't want to keep writing a script with awk
, sed
, cut
or whatever
in order to achieve what a CLI option could do.
Additionally, it has a limited scope and is a nice way to learn rust.
Install Rust (which will include cargo
).
cargo build --bin kpy
cargo run kpy