Created
August 14, 2017 11:23
-
-
Save yumyo/7bd415ce63b0d133bea6c18bc3c51888 to your computer and use it in GitHub Desktop.
WordReference as a Service AppleScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on run {input, parameters} | |
set phrase to input as string | |
set phrase to quoted form of phrase | |
set from_lang to "en" | |
set to_lang to "it" | |
do shell script "open 'https://www.wordreference.com/'" & from_lang & to_lang & "'/'" & phrase | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment