Skim is a general fuzzy finder that saves you time. It works on files, lines and commands. It is blazingly fast as it reads the data source asynchronously.
Skim is a general fuzzy finder that saves you time. It works on files, lines and commands. It is blazingly fast as it reads the data source asynchronously.
To install skim, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install skim
To see what files were installed by skim, run:
port contents skim
To later upgrade skim, run:
sudo port selfupdate && sudo port upgrade skim
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.