On 05.12.19,10:30, Oscar wrote: > hi, > whenever i run register the amounts/balance in the amount are not justified > in one straight line but rather go left and right depending on the payee > description. I have tried to adjust the payee width parameters but still > cant get it in a straight line. > I would deeply appreciate if someone can help with this. Is there any way > to force the amount/balance to be in a straight line? > thanks >
You can use the --register-format option to set this if you use a narrow width terminal. Enter one of those options in your ~/.ledgerrc file: Output entries on separate lines: --register-format %(date) %(payee)\n \t%-.38(account) %22.108(amount) %22.132(total)\n All on one line, truncated Payee width: --register-format %(date) %-.35(payee) \t%-.38(account) %10.100(amount) %15.100(total)\n Jostein -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ledger-cli/20191211000932.GB29912%40jostein.
