hledger icon indicating copy to clipboard operation
hledger copied to clipboard

Option for `activity` to show plain numbers instead of a histogram

Open drdcd opened this issue 2 years ago • 2 comments
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.

drdcd avatar Jun 20 '23 11:06 drdcd

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.

simonmichael avatar Jun 20 '23 18:06 simonmichael

Oh! Or simply hledger bal --count, which gives more flexibility in output format etc.

simonmichael avatar Jun 20 '23 18:06 simonmichael