No release in over 3 years
Bluetooth Device Picker provides an interactive CLI for managing Bluetooth device connections on macOS using blueutil. Features include device listing with connection status, filtering, and quick toggle functionality.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

Description

Bluetooth Device Picker is a macOS command-line tool that lists paired Bluetooth devices, shows their connection status, and lets you toggle connections from an interactive prompt. It shells out to blueutil, so that utility must be installed and available on your PATH.

Installation

gem install bluetooth-device-picker

Usage

Launch the interactive picker:

bluetooth-device-picker

Select a device to toggle its connection. Press Ctrl+C to exit.

Connect or disconnect directly:

# Connect a device
bluetooth-device-picker connect AA-BB-CC-DD-EE-FF

# Disconnect a device
bluetooth-device-picker disconnect AA-BB-CC-DD-EE-FF