Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adroste/macgetactivewindowid


https://github.com/adroste/macgetactivewindowid

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# macGetActiveWindowID

Command line utility that outputs the `windowid` of the current foremost/active window.

Download precompiled binary or compile yourself:
`gcc -framework cocoa -x objective-c -o getActiveWindowID getActiveWindowID.m`

### usage

`./getActiveWindowID`

### examples

* `./getActiveWindowID` ==> `280972`
* Use in combination with screencapture to screenshot currently active / foremost window: `screencapture -l "$(./getActiveWindowID)" screenshot.png`