Sorry if this is a stupid question, but I've been scouring the Hazel help files and Google, but I can't seem to figure out how to use the output value(s) from a Hazel-triggered shell script as replacement "tokens" in a downstream rule action.
For example, I want to use ExifTool to extract a few image metadata values from each photo that I copy into a folder that the Hazel rule is watching, then use the extracted values from the shell script to rename the file based on that information.
I know I can just rename the file from within the shell script, but I like the simplicity of using the "renaming pattern" placeholder elements in the Hazel UI. It would be cool if I could just refer to the shell script variables, much like how Keyboard Maestro allows you to assign and use returned shell script values to an internal KM variable for use in other macro actions.