I am trying to scan a ./Downloads directory. However I can't seem to figure out how to get Hazel to do anything else. I downloaded the sample rule "Go into subfolders". I would like Hazel to look for a directory with name "foo" and then look for .rar files in directory foo, and finally extract them. I am not understanding how to accomplish this.
These are the events as I understand them in Hazel:
Scan directory "Downloads" for folders with name "foo"
if folder=foo then execute commands in this directory "foo"
This doesn't seem to work in Hazel. The only thing the sample rule is able to do is find folders and nothing else. There are no File Attributes options for "Kind" or "Name" in rules with this sample. This only seems available at the root level.
If I go the other route of trying to look for a folder with a specific name and then try and perform an unarchive command on the folder Hazel will not descend into the folder. I'm really frustrated at how difficult this is to do in Hazel.
What am I missing?