Interactively unpair Bluetooth devices via blueutil.
- Lists only unconnected paired devices (connected devices are skipped).
- Prompts per device:
yunpair,nskip,qquit immediately. - Annotates each device with its type (Keyboard, Mouse, etc.) via
system_profiler, when available. - Verifies the unpair actually took effect by re-checking
blueutil --paired(blueutil's own exit code is unreliable — it reports success even when the device stays paired). - Requires
blueutil(guides you tobrew install blueutilif missing).
Usage
forget_bluetooth_devices # interactive, prompts per device
forget_bluetooth_devices --all # forgets every unconnected device, no prompts