fish 3.7.0
The friendly interactive shell
Fish (friendly interactive shell) is a shell focused on interactive use, discoverability, and friendliness. Fish has very user-friendly and powerful tab-completion, including descriptions of every completion, completion of strings with wildcards, and many completions for specific commands. It also has extensive and discoverable help. A special help
command gives access to all the fish documentation in your web browser. Other features include smart terminal handling based on terminfo, an easy to search history, and syntax highlighting.
- Website: https://fishshell.com/
- Licenses: GPL 2
- Package source: gnu/packages/shells.scm
- Builds: See build status
- Issues: See known issues
Installation
Install fish 3.7.0
as follows:
guix install fish@3.7.0
Or install the latest version:
guix install fish
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.