aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f0dd97a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# TextGraph
+
+A small terminal utility which displays graphs as plain text,
+with the goal of having no 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.
+