The user-friendly command line shell - legacy version
fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family. This port is the last version of fish that written in C++. It is suitable for bootstrapping or use on systems without Rust installed.
fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family. This port is the last version of fish that written in C++. It is suitable for bootstrapping or use on systems without Rust installed.
To install fish3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fish3
To see what files were installed by fish3, run:
port contents fish3
To later upgrade fish3, run:
sudo port selfupdate && sudo port upgrade fish3
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.