{"id":13598839,"url":"https://github.com/pythops/bluetui","last_synced_at":"2025-05-14T16:03:12.088Z","repository":{"id":223759274,"uuid":"761482022","full_name":"pythops/bluetui","owner":"pythops","description":"🛜 TUI for managing bluetooth on Linux","archived":false,"fork":false,"pushed_at":"2025-03-19T22:05:24.000Z","size":130,"stargazers_count":621,"open_issues_count":10,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-12T11:59:32.723Z","etag":null,"topics":["bluetooth","bluez","linux","ratatui","rust","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pythops.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pythops"}},"created_at":"2024-02-21T23:02:07.000Z","updated_at":"2025-04-11T11:30:13.000Z","dependencies_parsed_at":"2024-02-21T23:30:48.343Z","dependency_job_id":"1e8c9670-93cd-466d-9852-64782c3610f8","html_url":"https://github.com/pythops/bluetui","commit_stats":null,"previous_names":["pythops/bluetui"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythops%2Fbluetui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythops%2Fbluetui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythops%2Fbluetui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythops%2Fbluetui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pythops","download_url":"https://codeload.github.com/pythops/bluetui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565060,"owners_count":21125415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bluetooth","bluez","linux","ratatui","rust","tui"],"created_at":"2024-08-01T17:00:57.343Z","updated_at":"2025-05-14T16:03:12.079Z","avatar_url":"https://github.com/pythops.png","language":"Rust","funding_links":["https://github.com/sponsors/pythops"],"categories":["Rust","💻 Apps","Table of Contents","\u003ca name=\"networking\"\u003e\u003c/a\u003eNetworking","CLI/TUI Apps"],"sub_categories":["🚀 Productivity and Utilities","Other"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg height=\"100\" src=\"assets/logo.png\"/\u003e\n  \u003ch2\u003e TUI for managing bluetooth on Linux \u003c/h2\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/13498e90-b2d0-43c8-9dd7-8a9de2734f64\"/\u003e\n\u003c/div\u003e\n\n## 💡 Prerequisites\n\nA Linux based OS with [bluez](https://www.bluez.org/) installed.\n\n\u003e [!NOTE]\n\u003e You might need to install [nerdfonts](https://www.nerdfonts.com/) for the icons to be displayed correctly.\n\n## 🚀 Installation\n\n### 📥 Binary release\n\nYou can download the pre-built binaries from the release page [release page](https://github.com/pythops/bluetui/releases)\n\n### 📦 crates.io\n\nYou can install `bluetui` from [crates.io](https://crates.io/crates/bluetui)\n\n```shell\ncargo install bluetui\n```\n\n### 🐧 Arch Linux\n\nYou can install `bluetui` from the [extra repository](https://archlinux.org/packages/extra/x86_64/bluetui/):\n\n```shell\npacman -S bluetui\n```\n\n### 🐧 Gentoo\n\nYou can install `bluetui` from the [lamdness Gentoo Overlay](https://gpo.zugaina.org/net-wireless/bluetui):\n```sh\nsudo eselect repository enable lamdness\nsudo emaint -r lamdness sync\nsudo emerge -av net-wireless/bluetui\n```\n\n### 🧰 X-CMD\n\nIf you are a user of [x-cmd](https://x-cmd.com), you can run:\n\n```shell\nx install bluetui\n```\n\n\n### ⚒️ Build from source\n\nRun the following command:\n\n```shell\ngit clone https://github.com/pythops/bluetui\ncd bluetui\ncargo build --release\n```\n\nThis will produce an executable file at `target/release/bluetui` that you can copy to a directory in your `$PATH`.\n\n## 🪄 Usage\n\n### Global\n\n`Tab`: Switch between different sections.\n\n`j` or `Down` : Scroll down.\n\n`k` or `Up`: Scroll up.\n\n`s`: Start/Stop scanning.\n\n`?`: Show help.\n\n`esc`: Dismiss the help pop-up.\n\n`ctrl+c` or `q`: Quit the app.\n\n### Adapters\n\n`p`: Enable/Disable the pairing.\n\n`o`: Power on/off the adapter.\n\n`d`: Enable/Disable the discovery.\n\n### Paired devices\n\n`u`: Unpair the device.\n\n`Space`: Connect/Disconnect the device.\n\n`t`: Trust/Untrust the device.\n\n`e`: Rename the device.\n\n### New devices\n\n`p`: Pair the device.\n\n## Custom keybindings\n\nKeybindings can be customized in the config file `$HOME/.config/bluetui/config.toml`\n\n```toml\ntoggle_scanning = \"s\"\n\n[adapter]\ntoggle_pairing = \"p\"\ntoggle_power = \"o\"\ntoggle_discovery = \"d\"\n\n[paired_device]\nunpair = \"u\"\ntoggle_connect = \" \"\ntoggle_trust = \"t\"\nrename = \"e\"\n\n[new_device]\npair = \"p\"\n```\n\n## ⚖️ License\n\nGPLv3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythops%2Fbluetui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythops%2Fbluetui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythops%2Fbluetui/lists"}