Skip to content

Instantly share code, notes, and snippets.

@ppeszko
Forked from paukul/start.scpt
Created January 4, 2011 14:36
Show Gist options
  • Select an option

  • Save ppeszko/764829 to your computer and use it in GitHub Desktop.

Select an option

Save ppeszko/764829 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