Releases: guptarohit/asciigraph
Releases · guptarohit/asciigraph
v0.7.3
v0.7.2
v0.7.1
Added
- CLI: Option
sl
to specify legends for series
command for above realtime ping comparison plot
{unbuffer paste -d, <(ping -i 0.4 google.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') <(ping -i 0.4 duckduckgo.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') } | asciigraph -r -h 15 -w 60 -sn 2 -sc "blue,red" -c "Ping Latency Comparison" -sl "Google, DuckDuckGo"
v0.7.0
Added
- CLI: Options to specify delimiter
d
and number of seriessn
Changed
- CLI: Option
sc
to specify series colors
command for above realtime ping comparison plot
{unbuffer paste -d, <(ping -i 0.4 google.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') <(ping -i 0.4 duckduckgo.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') } | asciigraph -r -h 15 -w 60 -sn 2 -d "," -sc "blue,red" -c "Ping Latency Comparison: Google (Blue) vs. DuckDuckGo (Red)"
v0.6.0
v0.5.6
Added
- Options to set upper & lower bound of graph
v0.5.5
Added
- Ansi colors support for graphs
v0.5.4
v0.5.3
v0.5.2
Added
- added support to set custom precision of data point labels along the y-axis
- added go module support
Changed
- updated README to markdown format