Skip to content

Instantly share code, notes, and snippets.

@timarnold
Created November 19, 2012 14:52
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 timarnold/4111071 to your computer and use it in GitHub Desktop.
Save timarnold/4111071 to your computer and use it in GitHub Desktop.
TextExpander Snippet (using AppleScript) to open Wikipedia’s page of a TV show’s episode list using Google
tell application "Safari"
make new document at end of documents
set url of document 1 to "http://www.google.com/search?q=list of episodes wiki %fill:Show Name%&btnI=Im+Feeling+Lucky"
end tell
return " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment