Switch apps using the keyboard.
See main.rs for the active rules. Search for "Firefox" for an example.
To run as a background service on macos use the launchd.plist
.
sudo touch /var/log/quickswitch.log /var/log/quickswitch.err.log
sudo chmod 666 /var/log/quickswitch.err.log /var/log/quickswitch.log
launchctl load -w launchd.plist
launchctl list | grep quickswitch
launchctl start com.milessteele.quickswitch
# logs available here:
tail -F -n +1 /var/log/quickswitch.*
Add quickswitch as as able app in Settings > Privacy & Security > Accessibility.