Skip to content

Instantly share code, notes, and snippets.

View patrikjohansson's full-sized avatar

Patrik Johansson patrikjohansson

  • Gothenburg, Sweden
View GitHub Profile
@patrikjohansson
patrikjohansson / evernote_randomizer.applescript
Last active December 23, 2015 02:29
Opens X number of random evernote notes from a collection of notebooks
display dialog "Number of random notes?" default answer "1"
set iterations to (text returned of result)
tell application "Evernote"
-- Fetch all notebooks that the notes shoukd be randomized from
set allNotebooks to every notebook whose name does not contain "kentor" and notebook type is synchronized