hledger
hledger copied to clipboard
(at least areg): optionally do not abbreviate account names
The areg documentation says
- the names of all the other account(s) involved in this transaction
(probably abbreviated)
In my experience my account names are always abbreviated - perhaps that's a function of their length, it does not seem to be influenced by the width for default output format.
It would be great if areg -- and any other command which abbreviates command names -- could be told not to.
Thanks. I believe aregister is the only command which abbreviates always, regardless of width; it just assumes it will need to. I agree some smarter behaviour would be nice. I guess you are willing to use a very wide terminal, or panning with a pager or similar, to view unelided wide reports.
Agree, would love to see this fixed. It's more tricky and error prone to get the report I want from register, but for sending stuff to my accountant, having the full account name is essential. Any progress?
No progress. Is there anyone who'd like to look at this ? It involves looking at how register does it in Register.hs and porting some of that to Aregister.hs.