ttyplot

Realtime terminal plotter
git clone git://git.sgregoratto.me/ttyplot
Log | Files | Refs | README | LICENSE

commit 7a2897598ffce3d50962686d621e2438c19735a6
parent b67b0a5ed58c1372beadd3d48039f1e8afbcf853
Author: Antoni Sawicki <tenox@google.com>
Date:   Sun,  5 May 2019 01:50:12 -0700

Update README.md
Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -170,14 +170,14 @@ ttyplot [-r] [-c plotchar] [-C clipchar] [-s softmax] [-m hardmax] [-t title] [- issues ====== -## stdio buffering +### stdio buffering by default stdio is buffered, you can work around it in [various ways](http://www.perkin.org.uk/posts/how-to-fix-stdio-buffering.html) -## ttyplot quits and erases screen when there is no more data +### ttyplot quits and erases screen when there is no more data it's by design, you can work around by adding sleep or read, for example: ``` { echo "1 2 3"; sleep 1000; } | ttyplot ``` -## when running interactively and non-numeric data is entered (eg some key) ttyplot hangs +### when running interactively and non-numeric data is entered (eg some key) ttyplot hangs press `ctrl^j` to re-set