Graphs are fun, and now you can take the streaming (or static) data from any application and generate a live graph straight inside your terminal with Stag. It's lightweight, quick and a joy.
Simply pipe your newline delimited numbers and let Stag turns this:
$ ./data.sh | stag
Into this:
Stag requires Ncurses, but other than that just download and make!
$ git clone https://github.com/seenaburns/stag.git
$ cd stag
$ make && sudo make install
You can head over to the project homepage to grab the source, documentation, examples, etc. But if you just want to install from your terminal just run the following commands.