修改截图名称
1
defaults write com.apple.screencapture name "xxx"
修改截图保存路径
1
defaults write com.apple.screencapture location /path/
修改截图文件格式
1
defaults write com.apple.screencapture type jpg
生效
1
killall SystemUIServer
1
defaults write com.apple.screencapture name "xxx"
1
defaults write com.apple.screencapture location /path/
1
defaults write com.apple.screencapture type jpg
1
killall SystemUIServer