- Code: Select all
doSomething && echo "It worked!" || echo "It did NOT work"
but that didn't add anything to the Hazel log window. Is there any way of adding text to the Hazel log from within a shell script action?
Moderator: Mr_Noodle
doSomething && echo "It worked!" || echo "It did NOT work"
Mr_Noodle wrote:Hazel normally does not log script output. You'll need to turn on debug mode as described here: https://www.noodlesoft.com/kb/hazel-debug-mode/
After that, any output from your script should appear.