Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 523 Bytes

go-graph - Graphs from shell STDIN.

Some parts and ideas borrowed from rtop-vis!

what

Print nice graphs from bash STDIN.

example.png

usage

For example:

while true ; do awk 'BEGIN{srand();print int(rand()\*(63000-2000))+2000 }' ; sleep 1 ; done | ./main --port 7071 --title Testing

contribute

Pull requests welcome.

known bugs

See issues page

License

MIT license, see LICENSE.txt for details.