Wrote up my thoughts on why #nushell matters. And yes, they get a bit spicy ๐Ÿ˜…

https://www.jntrnr.com/case-for-nushell/

The case for Nushell

Sophia June Turner

@jntrnr As someone building an `ls` with 45 arguments, you are absolutely right ๐Ÿ˜„ I know all the original utils quite well now and still feel **much** more comfortable scripting in nu than in bash.

I'm super excited for the collaboration between uutils and nushell. I hope that might help with removing some of that inertia by giving people more flags that they are used to from bash (but only the flags that make sense in nushell of course).

@terts Whatโ€™s uutils and the collaboration?

@finestructure uutils is a reimplementation of the GNU coreutils (and findutils) that I help maintain. We're collaborating with nushell to bring some of the commands over to nushell as built-in commands with good integration and pretty errors.

uutils homepage: https://uutils.github.io/
PR (very much WIP) to get uutils cp in nushell: https://github.com/nushell/nushell/pull/10097

uutils

@terts Ah, that's great to see. Thanks for the details!