Skip to content

Instantly share code, notes, and snippets.

@rubyist
Created August 20, 2009 20:30
Show Gist options
  • Save rubyist/171339 to your computer and use it in GitHub Desktop.
Save rubyist/171339 to your computer and use it in GitHub Desktop.
on opening folder this_folder
tell application "Safari"
activate
tell application "System Events"
tell process "Safari"
click menu item "New Tab" of menu "File" of menu bar 1
end tell
end tell
set the URL of document 1 to "file:///Users/scott/Books/Foo/index.html"
end tell
tell application "Finder" to close Finder window "Foo"
end opening folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment