A window switcher, application launcher and dmenu replacement
Rofi, like dmenu, will provide the user with a textual list of options where one or more can be selected. This can either be running an application, selecting a window, or options provided by an external script.
Rofi, like dmenu, will provide the user with a textual list of options where one or more can be selected. This can either be running an application, selecting a window, or options provided by an external script.
To install rofi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rofi
To see what files were installed by rofi, run:
port contents rofi
To later upgrade rofi, run:
sudo port selfupdate && sudo port upgrade rofi
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.