Skip to content

Instantly share code, notes, and snippets.

@chaptastic
Created August 5, 2011 14:54
Show Gist options
  • Save chaptastic/1127691 to your computer and use it in GitHub Desktop.
Save chaptastic/1127691 to your computer and use it in GitHub Desktop.
Address book search via AppleScript
tell application "Address Book" to activate
tell application "System Events"
keystroke "f" using command down
keystroke "search text"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment