Skip to content

Instantly share code, notes, and snippets.

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 hans2103/c900ee464608735ead170e679c38e19e to your computer and use it in GitHub Desktop.
Save hans2103/c900ee464608735ead170e679c38e19e to your computer and use it in GitHub Desktop.
Change location where Mac stores a screenshot
For that, you need Terminal. Here’s how to change where screenshots are saved Mac Terminal style:
1. On your Mac, create a folder called ”Screenshots” (or anything else you like)
2. Go to Applications > Utilities and double-click on Terminal
3. Type this command: `defaults write com.apple.screencapture location`
4. Drag the “Screenshots” folder you’ve just created onto the Terminal window. You’ll see its path displayed after the command.
5. Hit Return
6. Quit Terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment