Skip to content

Instantly share code, notes, and snippets.

@bahamas10
Created December 5, 2013 01:39
Show Gist options
  • Select an option

  • Save bahamas10/7798797 to your computer and use it in GitHub Desktop.

Select an option

Save bahamas10/7798797 to your computer and use it in GitHub Desktop.
find out what program has focus on os x

find out what program has focus on os x

dave @ [ bahamas10 :: (Darwin) ] ~ $ osascript -e 'tell application "System Events"' -e 'processes whose frontmost is true' -e 'end'
application process Terminal
dave @ [ bahamas10 :: (Darwin) ] ~ $ sleep 2; osascript -e 'tell application "System Events"' -e 'processes whose frontmost is true' -e 'end'
application process Google Chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment