An open API service indexing awesome lists of open source software.

https://github.com/tomholford/macos-bluetooth

Control your Mac's blutooth from the command line
https://github.com/tomholford/macos-bluetooth

bluetooth cli macos ruby

Last synced: 2 months ago
JSON representation

Control your Mac's blutooth from the command line

Awesome Lists containing this project

README

          

# macos-bluetooth

One or more tools for managing bluetooth devices via the macOS CLI.

## Pairing with a device

`speakers.rb`
```rb
require 'pair'

Pair.new('00-01-E3-64-DD-9B').pair
```

```
> ruby speakers.rb
paired with 00-01-E3-64-DD-9B
```