[mac OS] How to set mac OS screenshot directory
by Riley MacDonald, January 29, 2020

The mac OS screenshot utility is extremely helpful for day to day operations (⌘ + Shift + 4). Unfortunately screenshots are saved to the users desktop by default. This results in the desktop quickly becoming cluttered with .png screenshots.

Solution:
To set the screenshot location using the command line use the following command:

$ defaults write com.apple.screencapture location [desired_directory]

I used /Users/riley.macdonald/Pictures/screenshots for my screenshots.

Open the comment form

Leave a comment:

Comments will be reviewed before they are posted.

User Comments:

Be the first to leave a comment on this post!