1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【備忘録】スクリーンショットの保存先の変更(Mac編)

Posted at

Macでスクリーンショットの保存先を変更する

ターミナルを開き、下記コマンドを実行する。

スクリーンショットの保存先変更
~ $ defaults write com.apple.screencapture location /Users/kawamurakouji/Desktop/screenshot

コマンドの説明
defaults write com.apple.screencapture location スクリーンショットの保存先

これでスクリーンショットの保存先が変更されます。スクリーンショットの保存先を変更しておくとフォルダが汚くならないので便利です!!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?