Macos screencapture: Difference between revisions

From wikinotes
(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>")
 
(No difference)

Latest revision as of 14:50, 19 March 2021

cli screen capture tool, preinstalled with macos.

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