./net/prettyping, Wrapper to colorize and simplify pings output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.1, Package name: prettyping-1.0.1, Maintainer: schmonz

`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 written in `bash` and `awk`, and is reported to work on
many different systems and different versions of `awk`.


Master sites:

Filesize: 9.867 KB

Version history: (Expand)


CVS history: (Expand)


   2021-12-22 17:16:30 by Amitai Schleier | Files touched by this commit (5)
Log message:
Add prettyping, a wrapper to colorize and simplify ping's output.

`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`.