nushell

A modern, cross-platform shell with a focus on usability

brewmacoslinux
Try with needOr install directly
Source

About

Modern shell for the GitHub era

Commands

nu

Examples

Start an interactive Nushell session$ nu
Execute a Nushell command and exit$ nu -c 'ls | where size > 1mb'
Run a Nushell script file$ nu script.nu