Description
Description of the new feature
Currently, matchProfile
has 3 ways to get a match:
- profile name
- profile source
- commandline
Today, a profile automatically gets picked up by the matcher if it matches one of the 3 fields above. But it has to be an exact match!
It'd be useful if we could allow for regexes to make it easier to get a match.
(Bonus, somewhat related idea) I think it's worth replacing the text box with a dropdown in the UI too. Just let the user directly select a source from the ones already registered.
Proposed technical implementation details
No response