
screencapture
List of commands for screencapture:
-
screencapture:tldr:4c46c screencapture: Take a screenshot of a selected rectangular area.$ screencapture -i ${filename-png}try on your machineexplain this command
-
screencapture:tldr:66c0d screencapture: Take a screenshot including the mouse cursor.$ screencapture -C ${filename-png}try on your machineexplain this command
-
screencapture:tldr:936b2 screencapture: Take a screenshot and open it in Preview, instead of saving.$ screencapture -Ptry on your machineexplain this command
-
screencapture:tldr:c85e3 screencapture: Make a screen recording and save it to a file.$ screencapture -v ${filename-mp4}try on your machineexplain this command
-
screencapture:tldr:e03a7 screencapture: Take a screenshot and save it to a file.$ screencapture ${filename-png}try on your machineexplain this command
-
screencapture:tldr:e4a10 screencapture: Take a screenshot after a delay.$ screencapture -T ${seconds} ${filename-png}try on your machineexplain this command