A command-line shell like fish, but POSIX compatible.
A command-line shell that focuses on productivity and swiftness featuring a POSIX compliant interactive shell with some Bash extensions, tab completions and syntax highlighting, Bash completion support (by internally invoking the genuine Bash), builtin zero configration features, and written in Rust.
A command-line shell that focuses on productivity and swiftness featuring a POSIX compliant interactive shell with some Bash extensions, tab completions and syntax highlighting, Bash completion support (by internally invoking the genuine Bash), builtin zero configration features, and written in Rust.
To install nsh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nsh
To see what files were installed by nsh, run:
port contents nsh
To later upgrade nsh, run:
sudo port selfupdate && sudo port upgrade nsh
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.