From adb57f15514ddcf68a7a7fd991ea9097e495c3e4 Mon Sep 17 00:00:00 2001 From: Spike <19519553+spikecodes@users.noreply.github.com> Date: Sat, 29 May 2021 22:52:53 -0700 Subject: [PATCH] Add `xcp` as an alternative to `cp` (#64) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b177e8a..7b42ca4 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa * [loc](https://github.com/cgag/loc) - Count lines of code quickly. * [tokei](https://github.com/XAMPPRocky/tokei) - Count your code, quickly. +#### cp + +* [xcp](https://github.com/tarka/xcp) - An extended `cp` + #### cut * [choose](https://github.com/theryangeary/choose) - A human-friendly and fast alternative to cut and (sometimes) awk