TheCodeArtist / Active-Window-Logger

Smartly log the active foreground window of the system to transparently capture usage analytics.
25 stars 2 forks source link

Implement blacklist of keywords to ignore windows #1

Open TheCodeArtist opened 8 years ago

TheCodeArtist commented 8 years ago

Implement the ability to add a list of values as a blacklist for the various fields (PID, process-name, main-window-title and window-title).

Any windows matching the values in the corresponding blacklists are ignored and NOT logged.

Also consider adding wildcard ( * and . ) support to the values in the blacklist.