Adds config options to expand wildcards in mimeapps.list.
When expand_wildcards is set to true (false by default), wildcards like text/* will be expanded to all matching mimetypes rather than entered verbatim.
This doesn't automatically convert wildcards already in mimeapps.list and regardless of settings, handlr remove and handlr unset will prefer literal wildcards over their matching mimetypes if they are present.
Adds config options to expand wildcards in
mimeapps.list
.When
expand_wildcards
is set totrue
(false
by default), wildcards liketext/*
will be expanded to all matching mimetypes rather than entered verbatim.This doesn't automatically convert wildcards already in
mimeapps.list
and regardless of settings,handlr remove
andhandlr unset
will prefer literal wildcards over their matching mimetypes if they are present.Requested in #75