finance-tracker
finance-tracker copied to clipboard
Add "#label" filter keyword.
To filter by total number of labels in a transaction. Needed as a way to filter for "transactions with exactly these labels, but no more", which is currently hard.
Note: This can actually be done at the moment with negative look-ahead regex -label:(?!mylabel)
, but it is very unintuitive.