Skip to content

Instantly share code, notes, and snippets.

@hooli
hooli / Compare Two Notes.applescript
Created November 28, 2013 22:45
Applescript to launch a diff tool to compare two notes in Evernote. Useful to compare conflicting notes
(*
Applescript to launch a diff tool to compare two notes in Evernote.
Useful to compare conflicting notes
1. Place the script file in ~/Library/Scripts/Applications/Evernote
2. Ensure Applescript menu bar item is on. Option to turn on/off is under General Preferences in AppleScript Editor
3. The variable difftool can be change to any command line tool you require
*)
-- opendiff launches FileMerge.app developer tool