Hi all,
I was a regular, if light, user of Hazel a number of years ago and have recently returned to it (v5) in an effort to manage some of the messiness of my filing system (Re)dipping my toe a bit into the Hazel waters, I seem to be making a basic error on what should be a simple renaming rule.
My preference is that all files stored on my macOS 12.5 MacBook Pro (Intel) that *I've* created should be in lowercase. What I'm trying to do is auto-case change the case of new files dragged to the Desktop – say, bookmarks from a browser, or attachments from emails – to lowercase. I've written a short rule that *should*, if I'm understanding the process involved, do that - and it *does* seem to work, but not all the time and that's the issue for me. The rule looks like this…
If all the following conditions are met
Kind is Document
Date Added is after Date Last Matched
Do the following to the matched file or folder:
Rename with pattern name [lowercase] extension [lowercase]
As I said, this appears to do just what I'm after, but only irregularly, and I can't figure out what are the conditions that are tripping it up.
Any advice would be most welcome.