Skip to content

Instantly share code, notes, and snippets.

@jmah
Created May 17, 2012 20:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmah/2721526 to your computer and use it in GitHub Desktop.
Save jmah/2721526 to your computer and use it in GitHub Desktop.
Basic example AppleScript for Delicious Library
tell front document of application "Delicious Library 2"
set howMany to count of (every medium whose rating ≥ 4)
end tell
tell application "TextEdit"
make new document with properties ¬
{text:"There are " & howMany & " items in Delicious Library rated at least 4 stars."}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment