From d9e371cd4340f04230941fc6cbba79797fe88611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gillstr=C3=B6m?= Date: Sun, 1 Nov 2015 11:25:37 +0100 Subject: [PATCH] Set Default Screenshot Name --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bfd05a2..c9b1658 100644 --- a/README.md +++ b/README.md @@ -1197,6 +1197,13 @@ defaults write com.apple.screencapture disable-shadow -bool true && \ killall SystemUIServer ``` +#### Set Default Screenshot Name +Date and time remain unchanged. +```bash +defaults write com.apple.screencapture name "Example name" && \ +killall SystemUIServer +``` + ### Software Installation #### Install PKG