Wildcard patterns
(#64)
* Performance Win
Performance window will now stay open when closing the main window.
* feat: wildcard based rules
Added the ability to set rules from names as wildcards.
This uses Lua pattern matching so you can get as complex as you wish.
example: ^rusty would be anything starting with rusty in the name.
These wildcards are checked if the item doesn't have a rule set for its item ID already. These will still appear in the new items popup but will have your predefined rule already set for you.
* fix canuse rule check