Created
April 18, 2019 03:57
-
-
Save kunofellasleep/ecab63873ea4b9c1ef843536f7cb8e8f to your computer and use it in GitHub Desktop.
スクリーンショットの保存場所と名称変更
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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