Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hans2103/c900ee464608735ead170e679c38e19e to your computer and use it in GitHub Desktop.

Select an option

Save hans2103/c900ee464608735ead170e679c38e19e to your computer and use it in GitHub Desktop.

Revisions

  1. hans2103 created this gist Jan 14, 2021.
    8 changes: 8 additions & 0 deletions change-location-where-mac-stores-a-screenshot
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    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