Skip to content

Instantly share code, notes, and snippets.

@bitmvr
Last active October 24, 2019 17:31
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 bitmvr/cdee0a68cb7ac71865f54d3cf5b2a92c to your computer and use it in GitHub Desktop.
Save bitmvr/cdee0a68cb7ac71865f54d3cf5b2a92c to your computer and use it in GitHub Desktop.
Default Writes for MacOS

Default Writes

Screenshot.app

Default Location

defaults write com.apple.screencapture location "~/path/to/desired/directory"

Thumbnails

# Disable
defaults write com.apple.screencapture show-thumbnail 0

# Enable
defaults write com.apple.screencapture show-thumbnail 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment