A fast replacement for cp -R.
cpr is a drop in replacement for the unix utility cp with the recursive (-R) option (ie. cp -R). The difference? It's about five to six times faster.
$ cpr ~/big-dir ~/big-dir-copy
Run the following from a terminal to install cpr in /usr/local/bin.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/DavidHVernon/cpr/master/install.sh)"
Run the following from a terminal to install cpr in /usr/local/bin. (On some systems you might need to sudo this command.)
Coming soon...
Coming soon...
If you don't have rust installed: https://www.rust-lang.org/tools/install. Then...
$ cargo build --release
$ ./install-dev.sh
David Vernon
- 0.1.0
- Initial release.
This project is licensed under the MIT License - see the license-mit.md file for details.