commit f1c821377542320cfcfac5cee4b9bf506979e4ea parent 095c4032f30b63efc9538cf7bb2f3b32913c471f Author: Antoni Sawicki <as@tenoware.com> Date: Wed, 24 Oct 2018 15:14:43 -0700 readme fix Diffstat:
M | README.md | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -2,12 +2,15 @@ ttyplot ======= a realtime plotting utility for terminal with data input from stdin -takes data from stdin, most commonly unix pipeline and plots in text mode on a terminal or console, -supports rate calculation for counters and up to two plos on a single display using reverse video for second line +takes data from stdin, most commonly unix pipeline and plots in text mode on a terminal or console: ![ttyplot ping](ttyplot-ping.png) + + + +supports rate calculation for counters and up to two plos on a single display using reverse video for second line: ![ttyplot snmp](ttyplot-snmp.png)