Skip to content

c-torre/bt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages