Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save n8henrie/5182407 to your computer and use it in GitHub Desktop.
Save n8henrie/5182407 to your computer and use it in GitHub Desktop.
--Originally posted at http://n8henrie.com/2013/02/how-to-test-hazel-applescripts-in-applescript-editor
-- uncomment below for testing Noodlesoft Hazel script in Applescript Editor
(*
property theFile : alias "Path:To:Your File.extension"
hazelProcessFile(theFile)
*)
on hazelProcessFile(theFile)
--Your external Hazel script goes here.
--Alternatively, just use the "property theFile :" line at the top for testing scripts to be embedded.
end hazelProcessFile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment