Created
November 19, 2012 18:15
-
-
Save hjerpbakk/4112435 to your computer and use it in GitHub Desktop.
Opens the parent folder of the front Finder window
This file contains hidden or 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
on run {input, parameters} | |
tell application "Finder" | |
tell front Finder window to set target to parent of target | |
end tell | |
return input | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment