Nice tool to be a part of the ecosystem, I can see this being very helpful, thank you for writing this and sharing!
Some thoughts/feedback:
Tried out all the updates, they all look great!
Will respond more via github.
BTW, I’m using this utility regularly already!
Being able to do essentially BQL on the command line lightning fast with virtually no cognitive overhead for simple queries was something I’d missed for a long time.
Here’s a feature proposal: I can also see a q command to run pre-defined queries being super helpful, and is also something I’ve wanted for a long time. Take:
2025-08-31 query "After-Tax Contributions for Mega Backdoor Roth" " SELECT date,payee,narration,position,balance WHERE account ~ 'Assets:.*:Transfers:Paycheck:Y401k:After-Tax' AND year=YEAR(TODAY()) AND number < 0 "I’d love to be able to say b q Mega on the command line, where Mega is a regex. If there's a unique match, it’ll run that query. If multiple matches occur, the command can either bail (simple version), or offer a menu selector (fancy).
This is by design.
IIRC, there is a plugin somewhere that can synthesize prices by
combining existing price entries.