Macos screencapture

From wikinotes
Revision as of 14:50, 19 March 2021 by Will (talk | contribs) (Created page with "cli screen capture tool, preinstalled with macos. <source lang="bash"> screencapture -s -T 5 out.png # select region, wait 5s, then capture selection </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

cli screen capture tool, preinstalled with macos.

screencapture -s -T 5 out.png  # select region, wait 5s, then capture selection