QTermWidget is an open-source project originally based on the KDE4 Konsole application, but it took its own direction later on. The main goal of this project is to provide a unicode-enabled, embeddable Qt widget for using as a built-in console (or terminal emulation widget).
QTermWidget is an open-source project originally based on the KDE4 Konsole application, but it took its own direction later on. The main goal of this project is to provide a unicode-enabled, embeddable Qt widget for using as a built-in console (or terminal emulation widget).
To install qtermwidget, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qtermwidget
To see what files were installed by qtermwidget, run:
port contents qtermwidget
To later upgrade qtermwidget, run:
sudo port selfupdate && sudo port upgrade qtermwidget
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.