Skip to content

Instantly share code, notes, and snippets.

@DoguD
Created July 13, 2019 14:28
Show Gist options
  • Save DoguD/61247f0006d248230fb2ac259e35251c to your computer and use it in GitHub Desktop.
Save DoguD/61247f0006d248230fb2ac259e35251c to your computer and use it in GitHub Desktop.
Applescript which starts screen recording.
tell application "QuickTime Player"
set recording to new screen recording
tell recording
start
delay 3
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment