Home

Awesome

<a href="https://wechsel.weise.io/">wechsel</a>

wechsel (/ˈvɛksəl/) claims to simplify the interaction with bluetooth connections on macOS. Instead of using the builtin Bluetooth menu bar, you can seamlessly switch between bluetooth audio devices using your keyboard. The tool offers a global hotkey to display a Spotlight-like window. It seeks to be a more generic alternative for similar tools like <a href="https://c-command.com/toothfairy/">ToothFairy</a> and <a href="https://www.producthunt.com/posts/airbuddy-2">AirBuddy</a>. The implementation is based on the work of <a href="https://github.com/toy/blueutil">blueutil</a> and utilizes the system level <a href="https://developer.apple.com/documentation/iobluetooth">IOBluetooth</a> framework.

<img src="screenshot.jpg" width="100%" alt="Screenshot"/>

Installation

Install using homebrew:

brew cask install friedrichweise/wechsel/wechsel

or download the application from the <a href="https://github.com/friedrichweise/wechsel/releases">release-page</a>.

Problem: “wechsel.app” is damaged and can’t be opened. You should move it to the Bin.

Run:

xattr -cr /Applications/wechsel.app

Development Setup

git clone git@github.com:friedrichweise/wechsel.git
carthage update --platform macos
open wechsel.xcodeproj

Create a new release

Dependencies