Fork Stag on GitHub

STAG

Streaming bar graphs inside your terminal


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 Screenshot


Install Stag

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

Further Documentation

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.


Project maintained by seenaburns Hosted on GitHub Pages — Modified Midnight theme