namxam / bluetoothctl

Convenient wrapper around bluetoothctl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bt

https://img.shields.io/hexpm/v/bt?.svg

Convenient wrapper around bluetoothctl

Table of contents

Installation

  1. Add $HOME/.mix/escripts to your PATH variable
  2. Install escript
mix escript.install hex bt

Usage

List devices

$ bt devices

AirPods

Add new alias

$ bt alias add

1. AirPods
Select device: 1
Enter alias: a

List your aliases

$ bt alias ls

a -> AirPods

Connect

$ bt con a

Trying to connect... done

About

Convenient wrapper around bluetoothctl

License:MIT License


Languages

Language:Elixir 100.0%