Skip to content

Instantly share code, notes, and snippets.

@darwin
Created July 24, 2015 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save darwin/f964ac5747a3e0bb1af7 to your computer and use it in GitHub Desktop.
Save darwin/f964ac5747a3e0bb1af7 to your computer and use it in GitHub Desktop.
set folder1 to (POSIX file "/Applications") as alias
tell application "Finder"
activate
delay 0.5
tell application "System Events" to keystroke "t" using command down
delay 0.5
set target of window 1 to folder1
delay 0.5
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment