Merge pull request #53 from sdayal/DelayedScreenCapture

Take a Delayed Screenshot
This commit is contained in:
Marcel Bischoff 2015-10-26 17:34:54 +01:00
commit ca7d8cdf7e

View File

@ -1108,6 +1108,12 @@ sudo nvram boot-args=""
### Screenshots
#### Take a Delayed Screenshot
Takes a screenshot after 3 seconds and displays in Preview.
```bash
screencapture -T 3 -t jpg -P delayedpic.jpg
```
#### Save Screenshots to Given Location
Sets location to `~/Desktop`.
```bash