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