Apr 01 2008

Change Screenshot Path

Published by john at 6:39 am under Defaults

  
  

No question, screenshots are your friend. There is a wealth of options for capturing screenshots on a Mac, with the two most common being Shift-Command-3 (entire screen) and Shift-Command-4 (area you specify with mouse). I like to have all images I capture/edit in a specific directory, the same directory that my ftp client points to upon startup.

Here is a defaults command (run from a terminal) that you can use to specify the location where to store screenshots:

defaults write com.apple.screencapture location path

The path setting must truly be the full path, that is, you cannot reference ~ for your home directory. If you would like to place screenshots in reference to your home directory, simply use the full path, such as /Users/John/Desktop/screenshots.

For the new path to take effect your best bet is to logout/login. I’ve seen references to the following command as an alternative, however, this didn’t work consistently for me:

killall SystemUIServer

You can also use the Property List Editor to set the your screencapture preferences. The file you need to edit is located here: ~/Library/Preferences/com.apple.screencapture.plist (use Finder to locate the file and double click to open).

Technorati Tags: ,

One Response to “Change Screenshot Path”

  1. james strathallanon 16 May 2008 at 3:57 am

    This is very useful. Thanks.

    A question: Tiger used to add 1 to the filename of the last Picture file to name the next one, so that you immediately knew to choose the last numbered picture to select the shot you had just taken. Leopard gives the Picture the first available number, so if you had 24 screen shots and have deleted a few in the middle of the list you have to look through the list to find the file.

    Can this behaviour be changed…..?

Trackback URI | Comments RSS

Leave a Reply