peco can be a great tool to filter stuff like logs, process stats, find files, because unlike grep, you can type as you think and look through the current results.
peco can be a great tool to filter stuff like logs, process stats, find files, because unlike grep, you can type as you think and look through the current results.
To install peco, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install peco
To see what files were installed by peco, run:
port contents peco
To later upgrade peco, run:
sudo port selfupdate && sudo port upgrade peco
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.