Ohad Schneider - 2020-10-05

This is a very interesting idea. Monitoring all executables according to an arbitrary filter would be too complex, likely requiring a file system driver: https://stackoverflow.com/a/1109590/67824

However, there seems to be a simple and elegant way to monitor all processes by name from a pre-defined list: https://stackoverflow.com/a/2682447/67824

A couple of follow-up questions:
1. Why manage a list in TVGL instead of just creating TV shortcuts for those programs?
2. Why prompt and not execute according to pre-defined configuration? (e.g. program A runs on monitor, program B runs on TV)