onebadidea / swiftquit

Automatic quitting of macOS apps when closing their windows.
GNU General Public License v3.0
285 stars 14 forks source link

Add support for excluding binary files #10

Closed guyzyl closed 1 year ago

guyzyl commented 1 year ago

Currently, the exclude screen only allows to select MacOS applications. The problem is that there are some binary software that are not MacOS apps but have a window open up. It would be great to enable excluding those.

Python is an example for such thing (and the binary I ran into issues with). A Python script can open up a GUI window, but the Python binary can't be excluded in SwiftQuit.

onebadidea commented 1 year ago

I enabled the exclusion of all files, but have not tested.

guyzyl commented 1 year ago

@onebadidea thanks!