Skip to content

hipyard/GetWindowID

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetWindowID

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

Usage

./GetWindowID <application-bundle-name> <window-title>

For example:

./GetWindowID "Vuo Editor" "untitled composition"

Or use it to capture a specific window:

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 83.9%
  • Makefile 16.1%