Skip to content

Instantly share code, notes, and snippets.

@paukul
Created January 4, 2011 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save paukul/764715 to your computer and use it in GitHub Desktop.
Save paukul/764715 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
@paukul
Copy link
Author

paukul commented Jan 4, 2011

you need to rightclick -> paste in order to copy and paste into the script window in the pomodoro app. at least for me cmd + v doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment