Forked from n8henrie/Test Hazel AppleScript in AppleScript Editor.applescript
Created
May 21, 2013 04:51
-
-
Save tzarskyz/5617543 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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