Skip to content

Instantly share code, notes, and snippets.

@mikemfleming
Created July 17, 2019 19:19
Show Gist options
  • Save mikemfleming/34f96a251f978f10562517752510d33f to your computer and use it in GitHub Desktop.
Save mikemfleming/34f96a251f978f10562517752510d33f to your computer and use it in GitHub Desktop.
Organize Screenshots on Mac
#!/bin/bash
mkdir ~/Desktop/Screenshots
defaults write com.apple.screencapture location ~/Desktop/Screenshots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment