summaryrefslogtreecommitdiff
path: root/hledger-overview.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-27 13:12:41 -0500
committerBen Sima <ben@bsima.me>2021-01-27 13:12:41 -0500
commit632f49a6f1a81d091fab680b0cd2f04d84bd72c9 (patch)
tree91553c311c3dc11d7b854fa30d1286b18e0e5df8 /hledger-overview.hs
parent9adac061d2916c0a07a26d25402a5b630542585c (diff)
add cashapp balance to hledger-overview
Diffstat (limited to 'hledger-overview.hs')
-rwxr-xr-xhledger-overview.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hledger-overview.hs b/hledger-overview.hs
index ecbfe92..701492a 100755
--- a/hledger-overview.hs
+++ b/hledger-overview.hs
@@ -33,6 +33,7 @@ main = do
let balVal = getTotal j t $ defreportopts {value_ = inUsdNow}
sec "cash balances"
row "simple" (prn $ bal "^as:me:cash:simple status:! status:*") Nothing
+ row "cashap" (prn $ bal "^as:me:cash:cashapp status:! status:*") Nothing
row "wallet" (prn $ bal "^as:me:cash:wallet") Nothing
row " disc" (prn $ bal "^li:me:cred:discover status:*") Nothing
row " citi" (prn $ bal "^li:me:cred:citi status:*") Nothing