Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dtmrc/175dfb9ff42c2d53ca2a3e6d90064d08 to your computer and use it in GitHub Desktop.
Save dtmrc/175dfb9ff42c2d53ca2a3e6d90064d08 to your computer and use it in GitHub Desktop.
Get the battery status of Apple Bluetooth Devices
# for Release Friends
ioreg -c BNBMouseDevice | grep BatteryPercent
ioreg -c BNBTrackpadDevice | grep BatteryPercent
ioreg -c AppleBluetoothHIDKeyboard | grep BatteryPercent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment