Skip to content

Instantly share code, notes, and snippets.

@macolyte
Created December 13, 2011 13:28
Show Gist options
  • Save macolyte/1472131 to your computer and use it in GitHub Desktop.
Save macolyte/1472131 to your computer and use it in GitHub Desktop.
Evernote Quick Search LaunchBar Action
on handle_string(search_query)
tell application "Evernote"
open collection window with query string (search_query as text)
activate
end tell
end handle_string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment