-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable glob #1581
base: master
Are you sure you want to change the base?
Enable glob #1581
Conversation
@lra Is there anything preventing the merge of this PR? It really could be handy for some softwares. |
It's a big change with a lot of edge cases to test. |
Is this dead, or has globbing been enabled elsewhere?
|
@EvilJimJafar no one has taken ownership of this yet, it's a pretty significant feature that needs solid testing before it would be published. Let us know if you want to implement this feature. |
Some configuration files contain application version in their paths. So you have to explicitly list all the versions. For example: https://github.com/lra/mackup/blob/master/mackup/applications/intellijidea.cfg
I have add the support of globing to solve this problem. You have to explicitly enable this feature to use it. So there are no issues with backward compatibility.
Related issues:
#1440
#1436