2

Evernote search

Posted in Productivity by Pson 248 days ago

This is an AppleScript for displaying titles of notes from Evernote. Place it wherever you like and run it with

osascript /path to script/EvernoteGeeklet.scpt 'search phrase'

I use it to display the titles of all my uncompleted ToDo's ordered by creation date:

osascript EvernoteGeeklet.scpt 'todo:false'

You can customize this and some other aspects within the script, should be pretty self explanatory, but I chose to pass the search phrase from the command line in case you way to display multiple queries at once.

Geeklet files to download

Comments

Log in to comment or register here.