summaryrefslogtreecommitdiff
path: root/hledger-networth
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-02-18 12:20:49 -0500
committerBen Sima <ben@bsima.me>2022-02-18 12:21:18 -0500
commit9038e1a87e122d91d55ebf80b7e2d7459286cde1 (patch)
treed14c104319a0c293f0f2f377acc58b847fc851bf /hledger-networth
parent489017791447ec1f817a6d84988e24a543c40f05 (diff)
updates
Diffstat (limited to 'hledger-networth')
-rwxr-xr-xhledger-networth5
1 files changed, 4 insertions, 1 deletions
diff --git a/hledger-networth b/hledger-networth
index 67c8aa8..3eabcc2 100755
--- a/hledger-networth
+++ b/hledger-networth
@@ -1,4 +1,7 @@
#!/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 ','
+hledger reg ^as ^li -V -XUSD \
+ | awk -F'[[:space:]][[:space:]]+' '{print $4}' \
+ | cut -d' ' -f1 \
+ | tr -d ','