Skip to content

Instantly share code, notes, and snippets.

@hjerpbakk
Created November 19, 2012 18:15
Show Gist options
  • Save hjerpbakk/4112435 to your computer and use it in GitHub Desktop.
Save hjerpbakk/4112435 to your computer and use it in GitHub Desktop.
Opens the parent folder of the front Finder window
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