113
submitted 3 weeks ago by cm0002@lemmy.world to c/linux@programming.dev

OC by @phantomwise@lemmy.ml

I've been trying nushell and words fail me. It's like it was made for actual humans to use! 🤯 🤯 🤯

It even repeats the column headers at the end of the table if the output takes more than your screen...

Trying to think of how to do the same thing with awk/grep/sort/whatever is giving me a headache. Actually just thinking about awk is giving me a headache. I think I might be allergic.

I'm really curious, what's your favorite shell? Have you tried other shells than your distro's default one? Are you an awk wizard or do you run away very fast whenever it's mentioned?

you are viewing a single comment's thread
view the rest of the comments
[-] orbituary@lemmy.dbzer0.com 13 points 3 weeks ago* (last edited 3 weeks ago)

Uh, this is dumb. I installed it and did a few things I would do on a normal basis. You're telling me that this is not supported? It's absolutely insane.

[-] Oinks 23 points 3 weeks ago* (last edited 3 weeks ago)

Nu's find builtin isn't a GNU find repacement. I think what you actually want is ls piped into where:

ls **/* | where type == file

I do question the choice to alias a well-known program with a builtin that does something entirely different. You can also use ^find to avoid calling the builtin. I would've expected \find (bash-like) or command find (fish-like) to work as well, but alas...

[-] orbituary@lemmy.dbzer0.com 8 points 3 weeks ago

I don't think that's what I'd actually want, no. I want GNU find functionality for this to be a viable shell replacement. It's... neat, but it's no daily driver.

back to /bin/zsh for me!

[-] dice@programming.dev 6 points 3 weeks ago

I switched from GNU find to fd 2 years ago, unbeknownst to me at the time, this unlocked nu as a daily driver, which I’ve really enjoyed for the past year. I do fire up zsh semi-regularly when needed to escape some hairbrained corners. Scripting in nu is very nice thanks to the data manipulation and closure support. So nice to move from text manipulation to semantic structuring.

load more comments (5 replies)
load more comments (5 replies)
load more comments (7 replies)
this post was submitted on 15 Sep 2025
113 points (100.0% liked)

Linux

9695 readers
368 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS