-
Notifications
You must be signed in to change notification settings - Fork 47
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
ini section globs #48
Comments
BleachBit 1.2 accepts only literals (no globs or regular expressions) |
At all? I can do
|
There were several updates to CleanerML in 1.10 and 1.12, including the ability to use negative regular expressions. Has anyone tried this at all with the latest build? |
|
I'm writing a cleaner for Dragon Player. In
~/.kde4/share/config/dragonplayerrc
it creates a section for each file opened:So I tried doing
<action search="glob" path="~/.kde4/share/config/dragonplayerrc" command="ini" section="*://*"/>
and well it didn't work, I didn't think putting glob in the search parameter would help, but I was hopefull. Is there a way to use glob in the section parameter?The text was updated successfully, but these errors were encountered: