summaryrefslogtreecommitdiff
path: root/hledger-networth
blob: 3eabcc20134f114aa011de788fff80f0116f3109 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
#
# pipe to tplot for a quick plot
hledger reg ^as ^li -V -XUSD \
  | awk -F'[[:space:]][[:space:]]+' '{print $4}' \
  | cut -d' ' -f1 \
  | tr -d ','