3 releases (breaking)

0.4.0 Mar 15, 2024
0.2.0 Feb 25, 2024
0.1.0 Feb 21, 2024

#374 in Hardware support

Download history 117/week @ 2024-02-18 204/week @ 2024-02-25 17/week @ 2024-03-03 131/week @ 2024-03-10 41/week @ 2024-03-17 11/week @ 2024-03-24 53/week @ 2024-03-31 1/week @ 2024-04-07

130 downloads per month

GPL-3.0 license

120KB
2K SLoC

TUI for managing bluetooth devices

💡 Prerequisites

A Linux based OS with bluez installed.

🚀 Installation

📥 Binary release

You can download the pre-built binaries from the release page release page

📦 crates.io

You can install bluetui from crates.io

cargo install bluetui

🐧 Arch Linux

You can install bluetui from the AUR with using an AUR helper.

paru -S bluetui

⚒️ Build from source

Run the following command:

git clone https://github.com/pythops/bluetui
cd bluetui
cargo build --release

This will produce an executable file at target/release/bluetui that you can copy to a directory in your $PATH.

🪄 Usage

Global

Tab: Switch between different sections.

j or Down : Scroll down.

k or Up: Scroll up.

s: Start/Stop scanning.

?: Show help.

esc: Dismiss the help pop-up.

q or ctrl+c: Quit the app.

Adapters

p: Enable/Disable the pairing.

o: Power on/off the adapter.

d: Enable/Disable the discovery.

Paired devices

u: Unpair the device.

Space: Connect/Disconnect the device.

t: Trust/Untrust the device.

New devices

p: Pair the device.

Custom keybindings

Keybindings can be customized in the config file $HOME/.config/bluetui/config.toml

toggle_scanning = "s"

[adapter]
toggle_pairing = "p"
toggle_power = "o"
toggle_discovery = "d"

[paired_device]
unpair = "u"
toggle_connect = " "
toggle_trust = "t"

[new_device]
pair = "p"

⚖️ License

GPLv3

Dependencies

~11–24MB
~304K SLoC