Nu shell

https://www.nushell.sh/

From the book

> ls | where size > 1kb
───┬──────────────┬──────┬────────┬────────────
 # β”‚ name         β”‚ type β”‚ size   β”‚ modified
───┼──────────────┼──────┼────────┼────────────
 0 β”‚ Gemfile      β”‚ File β”‚ 1.1 KB β”‚ 3 days ago
 1 β”‚ Gemfile.lock β”‚ File β”‚ 6.9 KB β”‚ 3 days ago
 2 β”‚ LICENSE      β”‚ File β”‚ 1.1 KB β”‚ 3 days ago
 3 β”‚ SUMMARY.md   β”‚ File β”‚ 3.7 KB β”‚ 3 days ago
───┴──────────────┴──────┴────────┴────────────

Nu takes cues from a lot of familiar territory: traditional shells like bash, object based shells like PowerShell, functional programming, systems programming, and more.