Friday 8 November 2013

Screen Capture in OSX

Launch Terminal and use the following syntax:
defaults write com.apple.screencapture location /path/
For example, if I want to have the screenshots appear in my Pictures folder, I would use:
defaults write com.apple.screencapture location ~/Pictures/
To have the changes take effect, you then must type and restart.
killall SystemUIServer


source: http://osxdaily.com/2011/01/26/change-the-screenshot-save-file-location-in-mac-os-x/

No comments:

Post a Comment