summaryrefslogtreecommitdiff
path: root/net/prettyping
AgeCommit message (Collapse)AuthorFilesLines
2021-12-22Add prettyping, a wrapper to colorize and simplify ping's output.schmonz5-0/+71
`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 written in `bash` and `awk`, and is reported to work on many different systems and different versions of `awk`.