Skip to content

Instantly share code, notes, and snippets.

@brunojppb
Created February 6, 2019 21:27
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 brunojppb/4f459ebc41aaae1022d448edfabb5e37 to your computer and use it in GitHub Desktop.
Save brunojppb/4f459ebc41aaae1022d448edfabb5e37 to your computer and use it in GitHub Desktop.
change apple screenshot default file format

To change apple screenshot saving format, just enter this command in the terminal

defaults write com.apple.screencapture type [exntension]

where extension is the target extension you want to save. Like jpg, png, pdf, etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment