Skip to content

Instantly share code, notes, and snippets.

@kunofellasleep
Created April 18, 2019 03:57
Show Gist options
  • Save kunofellasleep/ecab63873ea4b9c1ef843536f7cb8e8f to your computer and use it in GitHub Desktop.
Save kunofellasleep/ecab63873ea4b9c1ef843536f7cb8e8f to your computer and use it in GitHub Desktop.
スクリーンショットの保存場所と名称変更
kuno-birdman:~ kuno$ defaults write com.apple.screencapture location ~/Documents/Screenshots/
kuno-birdman:~ kuno$ defaults write com.apple.screencapture name ""
kuno-birdman:~ kuno$ defaults write com.apple.screencapture type jpg
kuno-birdman:~ kuno$ killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment