Commit Graph

6 Commits

Author SHA1 Message Date
e3377c7dbe fix(hammerspoon/app_toggle): fix exception on certain spps 2025-08-30 03:59:13 +01:00
4e7a48fb2c fix(hammerspoon/app_toggle): find only legit GUI apps
- Fixes an issue with `* Web Content` processes raising an error when checking their path.
- Restrict list of running apps to those who's path ends with `.app`, effectively filtering out background processes and services.
2025-08-19 09:44:59 +01:00
525fe77e62 chore(hammerspoon/app_toggle): minor lint warning fix 2025-07-07 10:16:46 +01:00
Jim Myhrberg
4e5259cd1e feat(hammerspoon/apptoggle): add showAppInfo() utility function 2024-05-09 21:14:17 +01:00
ab0de76e79 feat(hammerspoon/app_toggle): enable multi-app toggles
A multi-app toggle is a keybinding which is configured to toggle 2 or
more applications.

This is intended as a context-ish-aware toggle, as it will only toggle
the most recently focused application. This essentially enables you to
bind a category/class of applications to a single hotkey, and whichever
of the apps that's running and was most recently focused is the one that
will be toggled.
2023-04-23 16:28:21 +01:00
a1f616e01e Toggle applications via global hotkeys in Hammerspoon 2018-04-23 23:41:19 +01:00