Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.01 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.01 KB

cpr

A fast replacement for cp -R.

Description

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.

Example

$ cpr ~/big-dir ~/big-dir-copy

Install

Mac

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)"

Linux, WSL

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...

Windows

Coming soon...

Build from Source

If you don't have rust installed: https://www.rust-lang.org/tools/install. Then...

$ cargo build --release
$ ./install-dev.sh

Author

David Vernon

Version History

  • 0.1.0
    • Initial release.

License

This project is licensed under the MIT License - see the license-mit.md file for details.