I have a rule that automatically lowercases all downloaded files in ~/Downloads. The rule works, but when "previewing" the rule, it shows that it will apply the same rule again, to already lowercased files.
I searched for a way to implement regular expressions, so I could do something like /[A-Z]+/, but from what I've read, you've implemented your own "regular expressions", which don't support this technique.
Is there any other way to not have the rule be fired over and over again (or maybe only fire a rule on a single file once)? I've changed the rule to only apply to files "created in the last hour", but I'm not sure if this is the correct way to tackle this.