How to relocate screenshots

Terminal-single-mode-applications-yosemite-0

One of the first things I learned in my early days of OS X is the option to take screenshots on my Mac and this is something very important for many users of the Apple operating system. When you come from other operating systems, it seems so easy to take a screenshot on your Mac, that you hardly believe it. The simple key combination: shift + cmd + 4 O well shift + cmd + 3 They offer us the possibility of taking a screenshot or a part of it and it is saved automatically on the desktop of our Mac. Today we are going to see how to change the location of those screenshots stored on the desktop from Terminal.

Business as usual, first we open Terminal from the Launchpad (other folder) copy and paste the following command line:

defaults write com.apple.screencapture location (and drag the folder where we want to save the captures)

Now we need perform a reboot and for this we copy the following command in Terminal: killall SystemUIServer

trick-terminal

Ready, we already have a new location for all the screenshots that we take on our Mac. This time, as with previous Terminal commands and tricks, we can reverse the process easily and return the captures to our desktop. To do this we just have to open Terminal and copy the command:

defaults write com.apple.screencapture location ~ / Desktop

Hit enter and then reboot the system with: killall SystemUIServer 

Again we will have our screenshots on our desktop. 


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   skkilo said

    Brilliant! thanks

  2.   JUAN MANUEL CARVAJAL said

    Hello, I do everything you say and yet it keeps appearing to me; 'Could not save screenshot. Unable to save the file to the specified destination.

    can you help me please.

    Thank you