bluetool

Crates.iobluetool
lib.rsbluetool
version0.1.0
created_at2025-02-01 22:08:25.368476+00
updated_at2025-02-01 22:08:25.368476+00
descriptionTUI bluetooth device manager
homepage
repositoryhttps://github.com/mdlafrance/bluetool
max_upload_size
id1539038
size85,608
Max Lafrance (mdLafrance)

documentation

README

BlueTool

A TUI Bluetooth device manager

Pipeline crates.io


A terminal gui app for linux Bluez systems, meant to be easier to use than bluetoothctl, and quicker than a traditional GUI.

Usage

Run bluetool from the terminal to drop into the gui. Press q at any time to quit.

Commands keys are displayed along the bottom of the window (see screenshot below). bluetool will continually listen for new devices and device updates.

Installation

Cargo

Install with cargo:

cargo install bluetool
bluetool --help

This builds and installs the bluetool binary.

Nix

If you're on nix (like me), I've included a nix flake in the package you can use to run bluetool or install it.

I'm currently working on adding this to nixpkgs

Arch

I'm working on adding this to the AUR, since once of my machines is on arch.

Commit count: 42

cargo fmt