fish _ - the friendly interactive shell Build Status
fish is a smart and user-friendly command line shell for macOS, Linux,
and the rest of the family. fish includes features like syntax
highlighting, autosuggest-as-you-type, and fancy tab completions that
just work, with no configuration required.
For downloads, screenshots and more, go to https://fishshell.com/.
Quick Start
fish generally works like other shells, like bash or zsh. A few
important differences can be found at
https://fishshell.com/docs/current/tutorial.html by searching for the
magic phrase “unlike other shells”.
Detailed user documentation is available by running help within
fish, and also at https://fishshell.com/docs/current/index.html
Getting fish
macOS
fish can be installed:
- using Homebrew _:
brew install fish
- using MacPorts _:
sudo port install fish
- using the installer from fishshell.com _
- as a standalone app from fishshell.com _
Note: The minimum supported macOS version is 10.12.
Packages for Linux