LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

bluetui

Terminal user interface for Bluetooth management

TLDR

Start the Bluetooth TUI
$ bluetui
copy
Start with a custom config file
$ bluetui -c [/path/to/config.toml]
copy
Display help
$ bluetui -h
copy

SYNOPSIS

bluetui [options]

DESCRIPTION

bluetui is a terminal user interface for managing Bluetooth devices. It provides an interactive way to scan for devices, pair, connect, and manage Bluetooth connections without using the command-line bluetoothctl tool directly.
The TUI displays adapter information, available devices, paired devices, and connection status. It supports device pairing/unpairing, renaming, power management, and discoverability settings.

PARAMETERS

-c path

Use custom configuration file.
-h, --help
Display help information.
-V, --version
Display version information.

CONFIGURATION

~/.config/bluetui/config.toml

Configuration file for customizing keybindings and behavior.

KEYBOARD COMMANDS

Tab or l

Switch to next section.
Shift+Tab or h
Switch to previous section.
j/k or Down/Up
Navigate device list.
Space or Enter
Connect/disconnect or pair device.
s
Start/stop scanning.
t
Toggle adapter power.
q
Quit.

CAVEATS

Requires the Bluetooth daemon (bluetoothd) to be running. May require appropriate permissions to access the Bluetooth adapter. Written in Rust using the Ratatui framework.

SEE ALSO

Copied to clipboard
Kai