regdel
regdel copied to clipboard
Custom search
Our trees have diverged, so this PR might just serve as a discussion on how you wanna include this: 0ecdc48f0e0751822dba8e3a14f5ea8f0323ac4c
This allows to manually edit the current query with /
.
What is this used for exactly?
For the diverged branches, in general I think it makes things easier to have each feature on a separate independent branch, all branching out from master. That way I don't have to reject the whole set of commits if only a few are problematic.
For instance I have 2 accounts: "Income:ProjectX" and "Expenses:ProjectX". If I want everything related to ProjectX, I can type a custom query. It can also be used by power-users to add custom command line arguments for ledger (for example --cleared
, or anything else really).
OK I see, yes I like to be able to filter the accounts like that, that's probably handy.