Skip to content

Instantly share code, notes, and snippets.

View ColtonPhillips's full-sized avatar
🍄
Making puzzles move!

Colton Phillips ColtonPhillips

🍄
Making puzzles move!
View GitHub Profile
@ColtonPhillips
ColtonPhillips / mac-quick-screenshare
Created October 6, 2017 03:44 — forked from shedali/mac-quick-screenshare
applescript to start screen recording using quicktime
tell application "QuickTime Player" to activate
tell application "System Events"
activate
--set UI elements enabled to true
tell process "QuickTime Player"
click menu item "New Screen Recording" of menu "File" of menu bar 1
end tell
end tell
tell application "QuickTime Player"