Skip to content

Instantly share code, notes, and snippets.

@dandye
Created May 13, 2017 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dandye/3b2439bad4893dbb0f3f0bbf37d47b7d to your computer and use it in GitHub Desktop.
Save dandye/3b2439bad4893dbb0f3f0bbf37d47b7d to your computer and use it in GitHub Desktop.
MacOS save screenshots to dir
mkdir ~/Documents/Screenshots
defaults write com.apple.screencapture location ~/Documents/Screenshots
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment