Skip to content

Instantly share code, notes, and snippets.

@mvoropaiev
Last active December 15, 2018 08:55
Show Gist options
  • Save mvoropaiev/3fd79c9c5a2725c6b24fd58faaea2b7b to your computer and use it in GitHub Desktop.
Save mvoropaiev/3fd79c9c5a2725c6b24fd58faaea2b7b to your computer and use it in GitHub Desktop.
-- start
tell application "System Events"
keystroke "]" using {control down, option down}
end tell
tell application "JustFocus"
launch
start pomodoro
end tell
-- stop
tell application "JustFocus"
stop
end tell
tell application "System Events"
keystroke "[" using {control down, option down}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment