fzy tries to find the result the user intended. It does this by favouring matches on consecutive letters and starts of words. This allows matching using acronyms or different parts of the path.
fzy tries to find the result the user intended. It does this by favouring matches on consecutive letters and starts of words. This allows matching using acronyms or different parts of the path.
To install fzy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fzy
To see what files were installed by fzy, run:
port contents fzy
To later upgrade fzy, run:
sudo port selfupdate && sudo port upgrade fzy
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.