Merge pull request #77 from gillstrom/screenshot-name
Set Default Screenshot Name
This commit is contained in:
commit
1e441030d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user