feat: prices: add the --quoted option to filter prices by the commodity they're quoted in#2519
feat: prices: add the --quoted option to filter prices by the commodity they're quoted in#2519basvandijk wants to merge 1 commit intosimonmichael:masterfrom
Conversation
|
Thanks! How necessary is this, compared to alternatives like |
|
Ping. I'm wondering if this feature is needed. |
In my scripts I currently indeed do the filtering outside of hledger so it's not like not having this feature is blocking me from anything. I was just surprised this didn't exist because most other commands in hledger allow you to filter on the currency. But this might not be worth the complexity. |
|
I might be wrong, but it feels a little bit unintuitive and not that much needed. I think I'll hold off for now. We might hear more support, or think of another solution. (A new query type, |
|
Works for me. Thanks. |
If you have prices of a commodity quoted in multiple currencies like:
It's useful to be able to filter them on the currency they're quoted in:
I'm not sure about the option name.
--quoted-inmight read better.