a utility to create nice user interfaces for command-line scripts
dialog is a utility to create nice user interfaces for command-line scripts. It is non-graphical (it uses curses) so it can be run in the console or an xterm.
dialog is a utility to create nice user interfaces for command-line scripts. It is non-graphical (it uses curses) so it can be run in the console or an xterm.
To install dialog, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dialog
To see what files were installed by dialog, run:
port contents dialog
To later upgrade dialog, run:
sudo port selfupdate && sudo port upgrade dialog
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.