prettier, more colorful, more compact, easier to read ping output
prettyping is a wrapper around the standard ping tool with the objective of making the output prettier, more colorful, more compact, and easier to read. prettyping runs the standard ping in the background and parses its output, showing the ping responses in a graphical way at the terminal (by using colors and Unicode characters).
prettyping is a wrapper around the standard ping tool with the objective of making the output prettier, more colorful, more compact, and easier to read. prettyping runs the standard ping in the background and parses its output, showing the ping responses in a graphical way at the terminal (by using colors and Unicode characters).
To install prettyping, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install prettyping
To see what files were installed by prettyping, run:
port contents prettyping
To later upgrade prettyping, run:
sudo port selfupdate && sudo port upgrade prettyping
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.