Change Screenshot names in Apple Mac
by Sanju[ Edit ] 2012-07-07 20:04:30
Change Screenshot names in Apple Mac
If you capture a screenshot in Snow Leopard, it's automatically titled 'Screen shot', followed by a date and time. You can change this using a Terminal command:
defaults write com.apple.screencapture name "Anything you like"; killall SystemUIServer
Simply change 'Anything you like' to whatever it is you wish to call the screens you capture – the date and time remain unchanged. To go back to the default, simply use this command with 'Anything you like' replaced by 'Screen shot'.