Skip to content

c9pr3/go-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Graphs from shell STDIN.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages