FlowUI is a simple presentation toolkit for text-based displays where it is not possible to move the cursor backwards. All widgets are designed so that they are rendered one character at a time and assuming the cursor is moved forward one character each time.
FlowUI is a simple presentation toolkit for text-based displays where it is not possible to move the cursor backwards. All widgets are designed so that they are rendered one character at a time and assuming the cursor is moved forward one character each time.
To install FlowUI, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install FlowUI
To see what files were installed by FlowUI, run:
port contents FlowUI
To later upgrade FlowUI, run:
sudo port selfupdate && sudo port upgrade FlowUI
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.