Skip to content

Instantly share code, notes, and snippets.

@elpsk
Created October 5, 2018 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elpsk/80d5f26a84d1f124bf55cb8c1ec4affa to your computer and use it in GitHub Desktop.
Save elpsk/80d5f26a84d1f124bf55cb8c1ec4affa to your computer and use it in GitHub Desktop.
MacOS programmatically take screenshot of a particular windows
$ /usr/sbin/screencapture
-r
-l$(osascript -e 'tell app "QuickTime Player" to id of window 1')
/Users/pippo/Desktop/test.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment