cm0002@programming.dev to Linux@programming.dev · 4 days agoFish is Like Bash With a Brain — Here’s How to Try it on Ubuntuwww.omgubuntu.co.ukexternal-linkmessage-square18fedilinkarrow-up151arrow-down18
arrow-up143arrow-down1external-linkFish is Like Bash With a Brain — Here’s How to Try it on Ubuntuwww.omgubuntu.co.ukcm0002@programming.dev to Linux@programming.dev · 4 days agomessage-square18fedilink
minus-squarechrash0@lemmy.worldlinkfedilinkarrow-up10arrow-down3·4 days agoreject POSIX, embrace nushell
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up5·edit-23 days agoFish isn’t POSIX… That said, I tried nushell a couple times and it’s pretty cool. Just a big hurdle for right now.
minus-squarechrash0@lemmy.worldlinkfedilinkarrow-up2·3 days agoyeah, but they did reverse course on ; and vs && to be more POSIX compatible, which is a decision i understand but don’t agree with
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up2·3 days agoHmm, where did you hear that? I’m reading the manual through relevant parts but I can’t find anything regarding those combiners and POSIX compliancy. Do you have a link perhaps?
minus-squarechrash0@lemmy.worldlinkfedilinkarrow-up1·edit-23 days agoit was years ago. they used to not support &&, but they added it so people could paste commands into the terminal i think this is the PR from 8 years ago 👴: https://github.com/fish-shell/fish-shell/issues/4620
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·3 days agoLove the pragmatic discourse in that issue. The suggestion is also really well formulated. Bravo to everyone involved.
minus-squareThinker@lemmy.worldlinkfedilinkarrow-up3·4 days agoHell yeah nushell! Truly a life-changing upgrade.
reject POSIX, embrace
nushell
Fish isn’t POSIX…
That said, I tried nushell a couple times and it’s pretty cool. Just a big hurdle for right now.
yeah, but they did reverse course on
; and
vs&&
to be more POSIX compatible, which is a decision i understand but don’t agree withHmm, where did you hear that? I’m reading the manual through relevant parts but I can’t find anything regarding those combiners and POSIX compliancy.
Do you have a link perhaps?
it was years ago. they used to not support
&&
, but they added it so people could paste commands into the terminali think this is the PR from 8 years ago 👴: https://github.com/fish-shell/fish-shell/issues/4620
Love the pragmatic discourse in that issue. The suggestion is also really well formulated. Bravo to everyone involved.
Hell yeah nushell! Truly a life-changing upgrade.
Porque no los dos?