Java ASCII art to bitmap graphics conversion utility
ditaa is a small command-line utility, written in Java, that can convert diagrams drawn using ASCII art (i.e., 'drawings' that contain characters that resemble lines like | / - ) into proper bitmap graphics.
ditaa is a small command-line utility, written in Java, that can convert diagrams drawn using ASCII art (i.e., 'drawings' that contain characters that resemble lines like | / - ) into proper bitmap graphics.
To install ditaa, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ditaa
To see what files were installed by ditaa, run:
port contents ditaa
To later upgrade ditaa, run:
sudo port selfupdate && sudo port upgrade ditaa
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.