Skip to content

Instantly share code, notes, and snippets.

@atereshkov
Last active March 17, 2022 09:56
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 atereshkov/d9f752f2a12196bec8ce19a009d43030 to your computer and use it in GitHub Desktop.
Save atereshkov/d9f752f2a12196bec8ce19a009d43030 to your computer and use it in GitHub Desktop.
Change screenshots location on Mac

How to change where screenshots are saved on Mac

  1. Press Command-Shift-5 to open the Screenshot app.
  2. Select Options.
  3. From the Save to section, select your preferred location.
  4. If you select Other Location, you can choose a different folder of choice or create a new folder.

Command line:

defaults write com.apple.screencapture location /Users/alex/Screenshots

killall SystemUIServer

iOS Simulator screenshots

defaults write com.apple.iphonesimulator ScreenShotSaveLocation -string ~/Screenshots

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