Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@timarnold
Created November 19, 2012 14:50
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/4111052 to your computer and use it in GitHub Desktop.
Save timarnold/4111052 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 DuckDuckGo
tell application "Safari"
make new document at end of documents
set url of document 1 to "http://duckduckgo.com/?q=\\list+of+episodes+wiki+%fill:Show Name%"
end tell
return " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment