Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 428 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 428 Bytes

bt - a Bluetooth wrapper written in Go

bt makes it easy to connect and disconnect from Bluetooth devices. It runs bluetoothctl CLI (bluez5) commands to connect and disconnect from devices, using fzf to select from cached devices.

Usage

  1. Run go build to make the binary bt.
  2. Use bt --help to see the options.

(Optional) Move bt to a directory within $PATH.

Dependencies

  • go
  • fzf
  • bluez-utils