Skip to content

Instantly share code, notes, and snippets.

@krsmurata
Forked from paukul/start.scpt
Created February 7, 2011 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krsmurata/814627 to your computer and use it in GitHub Desktop.
Save krsmurata/814627 to your computer and use it in GitHub Desktop.
tell application "Skype"
send command "SET USERSTATUS DND" script name "pomodoro"
end tell
tell application "Mail" to quit
tell application "Tweetie" to quit
-- for both STOP and RESET
tell application "Skype"
send command "SET USERSTATUS ONLINE" script name "pomodoro"
end tell
tell application "Mail" to activate
tell application "Tweetie" to activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment