Skip to content

Instantly share code, notes, and snippets.

@dimasch
Created September 19, 2023 18:01
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 dimasch/56020be0ebf5e58d8c58cc5538ccc144 to your computer and use it in GitHub Desktop.
Save dimasch/56020be0ebf5e58d8c58cc5538ccc144 to your computer and use it in GitHub Desktop.
Change the default screenshot file name on the MacOSX.
defaults write com.apple.screencapture name "$(date +%Y-%m-%d) $(date +%H.%M.%S)";
defaults write com.apple.screencapture "include-date" 0; killall SystemUIServer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment