aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6f5046ca29207d687042a192d7e166a5b3a5b442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TextGraph

A small terminal utility which displays graphs as plain text,
with the goal of having few dependencies,
being lightweight, and reasonably performant.

It is meant to be used in a traditional unix way, 
by piping data through it.
It was written because I sometimes have the need to
watch some state in a sql table for a short while.

The documentation is in the manual file `tg.1`.

It is only tested with glibc and terminals with ansi escape code support.