hledger
hledger copied to clipboard
Option for `activity` to show plain numbers instead of a histogram
trafficstars
I am trying to get transaction counts matching different queries (mainly involving specific accounts) and activity is the closest thing I found. But asterisks are somehow intransparent.
You can get such numbers with https://hledger.org/scripts.html#hledger-bar , -v and --count. Eg
$ hledger bar -- -v --count checking -M
More precisely --count reports number of postings, like activity.
Oh! Or simply hledger bal --count, which gives more flexibility in output format etc.