Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.
Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.
To install yash, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yash
To see what files were installed by yash, run:
port contents yash
To later upgrade yash, run:
sudo port selfupdate && sudo port upgrade yash
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.