HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

idevicescreenshot — Get a screenshot from the connected iOS device. More information: <https://manned.org/idevicescreens

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theconnectedcommandscreenshotfromcliidevicescreenshotget

Problem

How to use the idevicescreenshot command: Get a screenshot from the connected iOS device. More information: <https://manned.org/idevicescreenshot>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/idevicescreenshot

Revisions (0)

No revisions yet.