Skip to content

Instantly share code, notes, and snippets.

@jooize
Created November 1, 2012 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jooize/3995126 to your computer and use it in GitHub Desktop.
Save jooize/3995126 to your computer and use it in GitHub Desktop.
AppleScript to Open Home Folder in Finder
on run
set homeFolder to path to home folder as string
tell application "Finder"
open homeFolder
end tell
tell application "Finder" to activate
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment