Skip to content

Instantly share code, notes, and snippets.

@swalberg
Created August 30, 2017 19:48
Show Gist options
  • Save swalberg/f1e5b65896bcdad4e2a5d8a3aaa89e25 to your computer and use it in GitHub Desktop.
Save swalberg/f1e5b65896bcdad4e2a5d8a3aaa89e25 to your computer and use it in GitHub Desktop.
tell application "System Events"
tell application "Slack" to activate
key code 18 using {command down}
delay 1
keystroke "/status clear"
delay 0.5
key code 36
delay 0.3
keystroke "/away "
delay 0.5
key code 36
delay 0.3
set visible of process "Slack" to false
end tell
tell application "System Events"
tell application "Slack" to activate
key code 18 using {command down}
delay 1
keystroke "/status pomodoro"
delay 0.5
key code 36
delay 0.3
keystroke "/away "
delay 0.5
key code 36
delay 0.3
set visible of process "Slack" to false
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment