Created
December 13, 2011 13:28
-
-
Save macolyte/1472131 to your computer and use it in GitHub Desktop.
Evernote Quick Search LaunchBar Action
This file contains 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 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