mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-12 23:35:23 +02:00

Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
308 B
Markdown
12 lines
308 B
Markdown
# idevicescreenshot
|
|
|
|
> Get a screenshot from the connected iOS device.
|
|
> More information: <https://manned.org/idevicescreenshot>.
|
|
|
|
- Save a screenshot with the default file name as a TIFF image:
|
|
|
|
`idevicescreenshot`
|
|
|
|
- Save a screenshot with a specific file name:
|
|
|
|
`idevicescreenshot {{path/to/file.tiff}}`
|