We're happy to announce that with Nushell release 0.85.0, the nushell team is starting to integrate uutils/coreutils
into nushell. The first command we have integrated is cp
. So, when you use cp
in this release, you're using the same code that it used in coreutils
. 🎉 🥳
Many thanks to @tertsdiepraam, from the uutils
team, and nushell contributor, @dmatos2012 for creating this first integration PR.
Nushell has been around since it's first public release in August 23rd, 2019. I think it's pretty safe to say that the concept of nushell has remained the same throughout the years, but wow have the internals changed. We've added commands, polished commands, removed commands, all to make nushell more composable and cohesive.