Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created March 28, 2024 21:47
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 ziadoz/1a2a26edd7dc5f1c80a7f44d4ed25162 to your computer and use it in GitHub Desktop.
Save ziadoz/1a2a26edd7dc5f1c80a7f44d4ed25162 to your computer and use it in GitHub Desktop.
macOS Screen Record Google Chrome
#!/usr/bin/env bash
screencapture -R$(osascript -e 'tell app "Google Chrome" to get the bounds of the front window' | tr -d '[:space:]') -C -o -x -k -v ~/Desktop/chrome.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment