alfred-workflow-toggle-airpods
alfred-workflow-toggle-airpods copied to clipboard
Connect AirPods/Bluetooth without scripting UI interactions
Mainly this is just an FYI.
I used to use this Alfred script, but then awhile back I discovered this amazing CLI tool: https://github.com/lapfelix/BluetoothConnector
With that, connecting your airpods is as easy as running BluetoothConnector --connect f0-5c-d5-xx-xx-xx
. No more scripted UI interactions where you have to make sure you don't jiggle the mouse too much. I made a simple Alfred workflow to trigger that tool on a keyword.
Could be worth switching this script over to use that method. Though there might be other downsides to it.