Skip to content

Instantly share code, notes, and snippets.

View nobert's full-sized avatar

Alex Nobert nobert

View GitHub Profile
@jmgarnier
jmgarnier / google_translate_nl_to_en.scpt
Created November 2, 2016 09:25
Automator Service for passing selected text (after selection the service from context menu) to google translate (works in Google Chrome, OS X 10.10 still up-to-date) on run
-- Automator Service for passing selected text (after selection the service from context menu) to google translate (works in Google Chrome, OS X 10.10 still up-to-date)
on run {input}
set inputText to input as string
tell application "Google Chrome"
activate
set theUrl to "http://translate.google.com#nl/en/" & inputText