Skip to content

Switch applications with keyboard shortcuts. Could be faster, probably by replacing shelling out to osascript. Shortcuts are hardcoded. (macOS only)

Notifications You must be signed in to change notification settings

mlsteele/quickswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUICKSWITCH

Switch apps using the keyboard.

Which apps?

See main.rs for the active rules. Search for "Firefox" for an example.

Launchd

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.

About

Switch applications with keyboard shortcuts. Could be faster, probably by replacing shelling out to osascript. Shortcuts are hardcoded. (macOS only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages