Hey all! I am testing the Hazel software right now, but I am not able to find a solution to my problem.
I have a folder with a lot of '.txt' files and I want to add the following rule to Hazel:
If - any file is modified - then - run python script.
For the rule I tried:
'Date Last Modified is not Date Last Opened'
'Sub-file/folder Count did change'
But both rules does not applies when I modify a file.
Also, for the script, I put:
Run shell script - embedded script - Shell: /bin/zsh
Script: python3 'path/to/script'
But nothing is working. Now, I do not know if the problem is the rule or the way that I put the script. If I run the script in terminal, works perfectly. But I really need that Hazel runs this script at every time that I modify a file.