Documentation
¶
Overview ¶
example-window-capture — capture a single window by ID and write PNG.
Find the target window ID first:
go run ./cmd/example-window-list
Then:
go run ./cmd/example-window-capture <window-id> [out.png]
If no window ID is given, captures the topmost normal-layer window of the foreground app, which is often what you want.
Click to show internal directories.
Click to hide internal directories.