numist / Switch

A window-based context switcher for the Mac
157 stars 17 forks source link

Major refactoring of the Switch core #106

Closed numist closed 9 years ago

numist commented 9 years ago

Major refactoring of the Switch core with the goal of making all of the conditional logic testable, leaving only the system shims (such as SWEventTap, SWAccessibilityService, SWWindowController) and connective tissue (SWCoreWindowService) behind.

This fixes #104.