Skip to content

Instantly share code, notes, and snippets.

@extraordinaire
Created October 17, 2011 12:00
Show Gist options
  • Save extraordinaire/1292472 to your computer and use it in GitHub Desktop.
Save extraordinaire/1292472 to your computer and use it in GitHub Desktop.
Coda site selector
tell application "Coda"
activate
set _sites to every site's site name
tell document 1
connect to site with site {sites whose site name is {choose from list _sites} as string}
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment