nushell
Shell with a structured approach to the command line
Nu draws inspiration from projects like PowerShell, functional programming languages, and modern CLI tools. Rather than thinking of files and services as raw streams of text, Nu looks at each input as something with structure. For example, when you list the contents of a directory, what you get back is a table of rows, where each row represents an item in that directory. These values can be piped through a series of steps, in a series of commands called a ``pipeline''.
- Versions: 0.44.0
- Website: https://www.nushell.sh
- Licenses: Expat
- Package source: gnu/packages/shells.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nushell
as follows:
guix install nushell
Or install a particular version:
guix install nushell@0.44.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.