A Mac OS X program to translate common Internet acronyms
WTF-X is a Mac OS X program to translate common Internet acronyms. It's a port of BSD's commandline tool wtf, but unlike this tool it's running as a service in OS X and also offers a GUI to browse through all the acronyms and add new ones.
WTF-X is a Mac OS X program to translate common Internet acronyms. It's a port of BSD's commandline tool wtf, but unlike this tool it's running as a service in OS X and also offers a GUI to browse through all the acronyms and add new ones.
To install wtf-x, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wtf-x
To see what files were installed by wtf-x, run:
port contents wtf-x
To later upgrade wtf-x, run:
sudo port selfupdate && sudo port upgrade wtf-x
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.