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
- Host: GitHub
- URL: https://github.com/tomholford/macos-bluetooth
- Owner: tomholford
- License: mit
- Created: 2018-03-10T21:16:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T21:25:09.000Z (over 8 years ago)
- Last Synced: 2025-03-24T14:48:03.577Z (over 1 year ago)
- Topics: bluetooth, cli, macos, ruby
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```