summaryrefslogtreecommitdiff
path: root/hledger-networth
diff options
context:
space:
mode:
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 ','