Skip to content

Instantly share code, notes, and snippets.

@cdpath
Created June 15, 2018 03:37
Show Gist options
  • Save cdpath/30edada252889491d74cf338dd21366c to your computer and use it in GitHub Desktop.
Save cdpath/30edada252889491d74cf338dd21366c to your computer and use it in GitHub Desktop.
hammerspoon
-- open -g hammerspoon://eudic?query=hammer
hs.urlevent.bind("eudic", function(eventName, params)
cmd = string.format('tell application id "com.eusoft.eudic" to activate & show dic with word "%s"', params['query'])
hs.applescript(cmd)
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment