Re: Printing to stdout

2023-06-10 Thread John Wiegley
> "BW" == Bob Wilson writes: BW> --no-pager works. Terminology in hand, the guide suggested looking at the BW> LEDGER_PAGER environment variable, which is unset on my platform. BW> I installed via homebrew (I'm on macos 13.4). Perhaps some detail on how BW> they compiled ledger is relevant?

Re: Reducing repetition/duplication of amount value in entries

2023-06-10 Thread John Wiegley
> "VA" == Viraj Alankar writes: VA> Something I was a bit confused about. If I change the automated VA> transaction to: VA> = "Liabilities:Apple Card" and has_tag("cashback") This is a bug in the query parser, which you can see by running: ledger query '"Liabilities:Apple Card" and

Re: Printing to stdout

2023-06-10 Thread Bob Wilson
--no-pager works. Terminology in hand, the guide suggested looking at the LEDGER_PAGER environment variable, which is unset on my platform. I installed via homebrew (I'm on macos 13.4). Perhaps some detail on how they compiled ledger is relevant? On Friday, June 9, 2023 at 11:36:04 PM UTC-7

Re: Reducing repetition/duplication of amount value in entries

2023-06-10 Thread Viraj Alankar
Sure, I'll make a pull request. Something I was a bit confused about. If I change the automated transaction to: = "Liabilities:Apple Card" and has_tag("cashback") It doesn't seem to work. There is no error, it just doesn't apply the transaction. Do you happen to know the right way to use

Re: Printing to stdout

2023-06-10 Thread John Wiegley
> "BW" == Bob Wilson writes: BW> Previously, running a command like `ledger -f ledger.dat balance ^ Assets` BW> would print results directly to the screen and return me to the prompt, BW> but now that same command prints results to some kind of temporary screen BW> that disappears when I hit