Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/app-focus
Print notifications to the console when different apps take focus on OS X
https://github.com/bahamas10/app-focus
Last synced: 2 months ago
JSON representation
Print notifications to the console when different apps take focus on OS X
- Host: GitHub
- URL: https://github.com/bahamas10/app-focus
- Owner: bahamas10
- Created: 2014-05-05T21:40:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T21:48:13.000Z (over 10 years ago)
- Last Synced: 2024-05-08T20:01:58.399Z (8 months ago)
- Language: Objective-C
- Size: 121 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
App Focus
=========Print notifications to the console when different apps take focus on OS X
Usage
-----$ make
clang -fobjc-arc \
-framework Foundation \
-framework AppKit \
app-focus.m \
-o app-focus
$ ./app-focus
Google Chrome
Chromium
TextEdit
Adium
Terminal
^CEvery time an app takes focus, it's name will be printed to stdout, and subsequent
records will be separated by a newline character.Based on https://gist.github.com/bahamas10/48e49f5de71f016e4759
License
-------MIT