Skip to content

Instantly share code, notes, and snippets.

@mattwildig
Created November 15, 2010 23:19
Show Gist options
  • Save mattwildig/701162 to your computer and use it in GitHub Desktop.
Save mattwildig/701162 to your computer and use it in GitHub Desktop.
--edit the list to include any apps that distract you from doing stuff
--then complile it with osacompile or AppleScript Editor and add as a
--hotkey in Quicksilver
set distractingApps to {"Adium", "Mail", "Nambu", "NetNewsWire", "Thunderbird", "Vienna"}
repeat with distraction in distractingApps
tell application distraction
quit
end tell
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment