- cross-posted to:
- linux@lemmy.ml
- cross-posted to:
- linux@lemmy.ml
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 aboutawk
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?
I switched from GNU
find
tofd
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.