• Stars
    star
    133
  • Rank 271,779 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Quickly connect your AirPods 🎧 using this Alfred workflow!

Alfred AirPods Connector

This Alfred workflow helps you to quickly connect to your AirPods using the Alfred search or a hotkey.

See it in action

Workflow demo

Installation

  1. Install the BluetoothConnector utility using

    brew install bluetoothconnector
    

    Make sure to have brew installed. This will install the latest version of BluetoothConnector. Unfortunately BluetoothConnector is not @-versioned. Thus, make sure that brew installs version 2.0.0+ of BluetoothConnector or upgrade using

    brew upgrade bluetoothconnector
    

    in case you update from an older version of this workflow.

  2. Download the workflow file β†— here and import it.

In case of errors

If you encounter any errors running the workflow double-check the steps above and test whether you have Python installed on your system (version 2.7 and version 3.* are compatible with this workflow).

Usage

On your first run, you have to select the bluetooth device that are your AirPods. Once you have done this you can use the airp keyword to connect / disconnect your AirPods. Whenever you want to change the device you can use the airp config keyword to select a new bluetooth device.

By default, this workflow also offers the ability to trigger a connect / disconnect action using a hotkey. The default hotkey is βŒƒ Ctrl + ⇧ Shift + ⌘ Cmd + A.

Acknowledgments

  • Big thanks to Daniel SchΓ€fer (@JohnAZoidberg) for helping design the RegEx used in this workflow.