Created
January 4, 2011 12:22
-
-
Save paukul/764715 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Skype" | |
send command "SET USERSTATUS DND" script name "pomodoro" | |
end tell | |
tell application "Mail" to quit | |
tell application "Tweetie" to quit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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
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