Skip to content

chase-miller/alt-tab-macos

 
 

Repository files navigation

AltTab

This is a fork of @lwouis's excellent AltTab app that adds per-shortcut previous window bindings. See this PR for more info.

Installation

As of this moment I haven't uploaded any binaries, largely because I don't have an apple developer certificate. I plan to make the app binary available as a download on GitHub when I do.

Until then, follow the build instructions to create a build for your machine:

This project has minimal dependency on Xcode-only features (e.g. InterfaceBuilder, Playgrounds). You can build it by doing:

  • scripts/codesign/setup_local.sh to generate a local self-signed certificate, to avoid having to re-check the System Preferences > Security & Privacy permissions on every build
  • Either open alt-tab-macos.xcworkspace with XCode, or use the cli: xcodebuild -workspace alt-tab-macos.xcworkspace -scheme Debug to build the .app with the Debug build configuration

Then find the app using Spotlight and optionally move it to your Applications directory.

Releases

No releases published

Packages

 
 
 

Languages

  • Swift 95.6%
  • Shell 3.8%
  • Other 0.6%