ports/shells/nushell/pkg/DESCR

7 lines
340 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
The goal of nushell is to take the Unix philosophy of shells,
where pipes connect simple commands together, and bring it
to the modern style of development. Thus, rather than being
either a shell, or a programming language, nushell connects
both by bringing a rich programming language and a full-featured
shell together into one package.