summaryrefslogtreecommitdiff
path: root/hledger-networth
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-12-30 15:27:31 -0500
committerBen Sima <ben@bsima.me>2020-12-30 15:27:31 -0500
commita7508431554f817d07963f1feed071dfe5fbcf28 (patch)
treec4a6d280fa9e5a6119bf4d58b2726ed1cf3a07f8 /hledger-networth
parent85f23894a6ef696af4d0f27368e757cdca887ce2 (diff)
hledger levels, graph, and networth
Diffstat (limited to 'hledger-networth')
-rwxr-xr-xhledger-networth4
1 files changed, 4 insertions, 0 deletions
diff --git a/hledger-networth b/hledger-networth
new file mode 100755
index 0000000..67c8aa8
--- /dev/null
+++ b/hledger-networth
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+#
+# pipe to tplot for a quick plot
+hledger reg ^as ^li -V | awk -F'[[:space:]][[:space:]]+' '{print $4}' | cut -d' ' -f1 | tr -d ','