0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Mac】コマンドでスクリーンショットの保存先を変更する方法

Posted at

保存先を変更する

以下のコマンドを実行するとスクリーンショットの保存先を変更できます。

defaults write com.apple.screencapture location 保存先パス

次の場合には~/Downloads/に変更されます。

defaults write com.apple.screencapture location ~/Downloads/

保存先を確認する

現在の保存先を確認するには以下のコマンドを実行します。

defaults read com.apple.screencapture location
$ defaults read com.apple.screencapture location
~/Downloads/
0
2
0

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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?