💾 Archived View for freeshell.de › tldr › ttyplot.gmi captured on 2024-02-05 at 12:11:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
A realtime plotting utility for the command line with data input from stdin.
{ echo {1 2 3}; cat } | ttyplot
{ echo {1 2 3}; cat } | ttyplot -t {title} -u {unit}
{ while {true}; do echo {$RANDOM}; sleep {1}; done } | ttyplot
ping {8.8.8.8} | sed -u '{s/^.*time=//g; s/ ms//g}' | ttyplot -t "{ping to 8.8.8.8}" -u {ms}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).