LoginSignup
2

More than 5 years have passed since last update.

[mac] スクリーンショットの保存先を変更する

Last updated at Posted at 2017-04-09

スクリーンショットの保存先変更

デフォルトでの保存先は、デスクトップになっています。
今回は、デスクトップに起きたくないので、~/MyFiles/Screenshots に置くように設定します。

  1. MyFiles内にScreenshotsフォルダーを作成
  2. Tarminal を起動して下記のコマンドで、保存先を設定
$ defaults write com.apple.screencapture location ~/MyFiles/Screenshots

スクリーンショットの保存先をデスクトップに戻す

$ defaults delete com.apple.screencapture location

補足

設定が反映されない場合は、下記コマンドで設定を読み込ませてみてください。

$ killall SystemUIServer

Docに追加をすると使いやすいです。
Docへの追加は、Folder を Doc にドラックするだけです。
Screen Shot 2017-04-09 at 14.52.05.png

参考文献

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2