Created
January 14, 2021 21:46
-
-
Save hans2103/c900ee464608735ead170e679c38e19e to your computer and use it in GitHub Desktop.
Change location where Mac stores a screenshot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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