this post was submitted on 13 Oct 2023
458 points (100.0% liked)

196

16227 readers
2550 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 11 months ago* (last edited 11 months ago) (1 children)

No, it is its own scripting language.

[–] [email protected] 3 points 11 months ago (1 children)

Is nushell comparable to fish?

[–] [email protected] 5 points 11 months ago

Yes and no. Yes in that it's a different shell that is intended to be used instead of something like Bash, and isn't compatible with Bash scripts. However, unlike Fish and Zsh, it's also not compatible with plain POSIX sh, so you have to run plain shell scripts by calling into something else that is sh-compatible.