Files
cheatsheet-tldr/tldr/idevicescreenshot
2024-10-31 00:17:43 +00:00

18 lines
401 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`