Created
September 19, 2023 18:01
-
-
Save dimasch/56020be0ebf5e58d8c58cc5538ccc144 to your computer and use it in GitHub Desktop.
Change the default screenshot file name on the MacOSX.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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