This is a clean-room implementation of the Fish shell's history search feature, where you can type in any part of any command from history and then press chosen keys, such as the UP and DOWN arrows, to cycle through matches.
This is a clean-room implementation of the Fish shell's history search feature, where you can type in any part of any command from history and then press chosen keys, such as the UP and DOWN arrows, to cycle through matches.
To install zsh-history-substring-search, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zsh-history-substring-search
To see what files were installed by zsh-history-substring-search, run:
port contents zsh-history-substring-search
To later upgrade zsh-history-substring-search, run:
sudo port selfupdate && sudo port upgrade zsh-history-substring-search
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.