As we all know, file copying on Linux has long relied on the classic cp command, which remains reliable but offers little feedback and limited control over long or complex operations.
To address this, a promising new Rust-based command-line tool called cpx emerge, designed as an alternative rather than a replacement, that approaches the same task with a focus on performance, visibility, and configurability.
It targets scenarios where large directory trees, interrupted transfers, or the need for detailed progress reporting make standard tools less convenient to use. The project is currently Linux-only and leverages modern kernel features to improve copy throughput and reliability.



Google could have done that from the spec though. Google is doing that with chromium despite the source being entirely available
even agpl wouldn’t protect this tool in most cases if a company didn’t want to contribute back, since it’s probably just used in server side scripts and such. also companies aren’t required to upstream stuff, just make source available, which means hard to discover ftp site with a pile of code.
sure something more copyleft is better for large, more commercial projects, but this in particular probably gets more patches from the extra use in the rust community from MIT than they would forcing companies to open source changes