Hi.
I've created some really useful automation with Hazel, but I've just tried to tweak my workflow (the human element wasn't working!) and now I have a new challenge I can't seem to work around.
I have a rule that checks and does a few minor things to a file, then passes it to an OCR program by running a shell script. The problem is that this process seems to strip the tags from the file, even though it is only meant to process the file (not create a new one).
Is there any way read the current tags on a file, then call the shell script, then re-apply the same tags?
Thanks!