Hacker News new | ask | show | jobs
by cbzehner 1660 days ago
I used Fish for several years before switching over to nushell a few weeks ago.

Nushell takes the ideas behind Fish even further by incorporating types other than strings and adding more built-in functionality that’s useful for your average command-line user.

I doubt I’ll go back but both are great! Highly recommend Fish and Nushell!

1 comments

Does nushell have the same kind of autocomplete? That’s what really keeps me using fish
No, at least not out of the box, on Nushell 0.39.0.

Just tried it and there's no

  - out-of-order tab completion
  - preview with left/right arrow completion
  - case-insensitive/smart-case completion