Alternatives to Nushell

Shell that pipes structured tables instead of untyped text. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Nushell.

  • fish

    A shell that autosuggests commands from your history, highlights syntax as you type and has tab completions that work without configuration.

    fish offers autosuggestions, syntax highlighting and man-page completions with no setup, but passes plain text rather than structured tables and has no official Windows build.

  • Zsh

    Interactive shell with powerful completion, globbing and prompt theming.

    Zsh is an MIT-licensed shell with command-aware completion and recursive globbing, working with untyped text pipelines and available for macOS and Linux rather than Windows.

Similar software

Related functionality, not a direct replacement.