nushell 0.44.0
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''.
- Website: https://www.nushell.sh
- Licenses: Expat
- Package source: gnu/packages/shells.scm
- Builds: See build status
- Issues: See known issues
Installation
Install nushell 0.44.0
as follows:
guix install nushell@0.44.0
Or install the latest version:
guix install nushell
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.