You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
Alteration (enhancement/optimization) of existing feature(s)
New behavior
Description
A simple setting which changed which part of the screen is going to be recorded could be implemented. I would like to have the 3 options that are offered by the native screen recording tool:
Capture entire screen (including menu bar)
Capture selected window
Capture selected portion
The text was updated successfully, but these errors were encountered:
screencapture has an option for capturing a rectangle:
-R<x,y,w,h> capture screen rect
So we could use that.
Problem is that I don't know how we want the window portion to be selected interactively.
Was thinking to run the first screencapture with screencapture -i to get an interactive rectangle for that and use the selected rectangle for subsequent screenshots with the -R flag above. Unfortunately screencapture does not output the rectangle that was captured. Ideas welcome.
Our screenshot code is here if you or anyone else wants to have a try.
Feature Request Type
Description
A simple setting which changed which part of the screen is going to be recorded could be implemented. I would like to have the 3 options that are offered by the native screen recording tool:
The text was updated successfully, but these errors were encountered: