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 5 years have passed since last update.

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

Last updated at Posted at 2017-12-02

私はしょっちゅうスクショをとってネットに上げたり友人に送信したりするのですが、デフォルト保存先がデスクトップなのでデスクトップがちらかっていくので保存先を変更しています

ターミナル.appを開く

以下のコマンドで、保存先がホームディレクトリ配下のscreenshotフォルダになります

mkdir ~/screenshot
defaults write com.apple.screencapture location ~/screenshot
killall SystemUIServer

スクショを撮る

矩形選択してスクショは ⌘+Shift+4 (ほぼこれしか使っていない)
ちなみに ⌘+Shift+Control+4でクリップボードにコピーされるので、GitHubやQiitaの投稿フォームに直接Ctrl+Vで貼り付けられてすごく捗ります

参照

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?