Open tiemay opened 10 years ago
BleachBit 1.2 accepts only literals (no globs or regular expressions)
At all? I can do <action command="delete" search="glob" path="~/test/Text File*"/>
and it will find files setup as
+---home
| +---user
| | +---test
| | | New File
| | | New File 1
| | | New File 2
| | | New File 3
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?
search="glob"
belongs to the path & file and not the part in the INI file.
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?