Hello, I've created a rule that uses an embedded script to "Run Shell Script" on files that match.
The embedded script takes the matching file as an input and executes some Python code, outputs some results, etc. The text output of the embedded shell script and the generated Python code are "invisible" when using the Run Shell Script method since I cannot see the Python print outputs (maybe they are available via a Hazel log or something).
To see the results, however, I would want to execute the script in Terminal (by opening a new window or tab). Is it viable to achieve this?