TheCodeArtist/Active-Window-Logger

Implement blacklist of keywords to ignore windows

Opened this issue · 0 comments

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.