Skip to content

Instantly share code, notes, and snippets.

@fcamblor
Created September 7, 2016 10:26
Show Gist options
  • Save fcamblor/a987eda4d4830fb363c56a3681f0bde7 to your computer and use it in GitHub Desktop.
Save fcamblor/a987eda4d4830fb363c56a3681f0bde7 to your computer and use it in GitHub Desktop.
Change OS X Screen capture location
# It could fit in a tweet ... except that twitter considers com.apple..... is an url and is putting extra info in the
# tweet making it longer than 140 chars -_-'
# Note that your target directory must exist prior to setting the config option
# And I `killall SystemUIServer` in order to have config option taken into consideration immediately
mkdir "$HOME/Captures" && defaults write com.apple.screencapture location -string "$HOME/Captures" && killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment