Merge pull request #77 from gillstrom/screenshot-name

Set Default Screenshot Name
This commit is contained in:
Marcel Bischoff 2015-11-01 13:43:32 +01:00
commit 1e441030d1

View File

@ -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