An open API service indexing awesome lists of open source software.

https://github.com/rbren/osx-screencapture


https://github.com/rbren/osx-screencapture

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

GetWindowID
===========

Mac OS X command line utility to retrieve the CGWindowID of the specified window (useful for screencapture).

## Usage

./GetWindowID

For example:

./GetWindowID "Vuo Editor" "untitled composition"

Or use it to capture a specific window:

screencapture -l$(./GetWindowID "Vuo Editor" "untitled composition") VuoEditorWindow.png