aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2024-06-08 22:40:49 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2024-06-08 22:40:49 +0200
commit4e6a860b275abda39ade147ee7cdc48a3520212a (patch)
tree50102e75438ca2ada76bbf7d3e6b462f3af5e8af /README.md
parent136502f371851efec48426d424115e136033c157 (diff)
downloadtextgraph-4e6a860b275abda39ade147ee7cdc48a3520212a.tar.gz
textgraph-4e6a860b275abda39ade147ee7cdc48a3520212a.zip
Add simple readme and manual, add script to build debian package
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.
+