{"id":33185659,"url":"https://github.com/Zaloog/blueutil-tui","last_synced_at":"2025-11-22T04:01:31.525Z","repository":{"id":273064889,"uuid":"918594399","full_name":"Zaloog/blueutil-tui","owner":"Zaloog","description":"tui for Mac to interact with bluetooth devices via blueutil","archived":false,"fork":false,"pushed_at":"2025-08-17T13:17:17.000Z","size":846,"stargazers_count":25,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T13:36:28.234Z","etag":null,"topics":["blueutil","macos","python","textual","tui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zaloog.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-01-18T10:51:05.000Z","updated_at":"2025-08-17T13:17:21.000Z","dependencies_parsed_at":"2025-04-16T08:46:07.111Z","dependency_job_id":null,"html_url":"https://github.com/Zaloog/blueutil-tui","commit_stats":null,"previous_names":["zaloog/blueutil-tui"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Zaloog/blueutil-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaloog%2Fblueutil-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaloog%2Fblueutil-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaloog%2Fblueutil-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaloog%2Fblueutil-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zaloog","download_url":"https://codeload.github.com/Zaloog/blueutil-tui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaloog%2Fblueutil-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285731803,"owners_count":27222214,"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","status":"online","status_checked_at":"2025-11-22T02:00:05.934Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["blueutil","macos","python","textual","tui"],"created_at":"2025-11-16T05:00:20.098Z","updated_at":"2025-11-22T04:01:31.520Z","avatar_url":"https://github.com/Zaloog.png","language":"Python","funding_links":[],"categories":["\u003ca name=\"networking\"\u003e\u003c/a\u003eNetworking","macos","Python"],"sub_categories":[],"readme":"\u003c!-- Icons --\u003e\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![PyPI-Server](https://img.shields.io/pypi/v/blueutil-tui.svg)](https://pypi.org/project/blueutil-tui/)\n[![Pyversions](https://img.shields.io/pypi/pyversions/blueutil-tui.svg)](https://pypi.python.org/pypi/blueutil-tui)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Downloads](https://static.pepy.tech/badge/blueutil-tui)](https://pepy.tech/project/blueutil-tui)\n\n# blueutil-tui\n\nblueutil-tui is macos tui to connect bluetooth devices with the help of [blueutil].\nIts written in python with the [textual] framework.\n\n![preview](https://raw.githubusercontent.com/Zaloog/blueutil-tui/main/images/preview.png)\n\n## Installation\n\nYou can install `blueutil-tui` with one of the following options:\n\n```bash\n# not recommended\npip install blueutil-tui\n```\n\n```bash\npipx install blueutil-tui\n```\n\n```bash\nrye install blueutil-tui\n```\n\n```bash\nuv tool install blueutil-tui\n```\nI recommend using [pipx], [rye] or [uv] to install CLI Tools into an isolated environment.\n\n\nblueutil-tui requires [blueutil] to be installed on your system.\nI recommend using [homebrew] for installation (Other ways can be found [here][blueutil_install]):\n\n```bash\nbrew install blueutil\n```\n## Usage\n`blueutil-tui` can be started with:\n\n```bash\nbtui\n```\nOnly the paired devices are shown. To search for more devices press `s`.\nRefreshing the view with `r` removes the unpaired devices from the view again.\n\nTo close `blueutil-tui` press `ctrl+q`.\n\n## Feedback and Issues\nFeel free to reach out and share your feedback, or open an [Issue],\nif something doesnt work as expected.\nAlso check the [Changelog] for new updates.\n\n\u003c!-- Repo Links --\u003e\n[Changelog]: https://github.com/Zaloog/blueutil-tui/blob/main/CHANGELOG.md\n[Issue]: https://github.com/Zaloog/blueutil-tui/issues\n\n\n\u003c!-- external Links Python --\u003e\n[textual]: https://textual.textualize.io\n[pipx]: https://github.com/pypa/pipx\n[PyPi]: https://pypi.org/project/blueutil-tui/\n\n\u003c!-- external Links Others --\u003e\n[rye]: https://rye.astral.sh\n[uv]: https://docs.astral.sh/uv\n[homebrew]: https://brew.sh\n[blueutil]: https://github.com/toy/blueutil\n[blueutil_install]: https://github.com/toy/blueutil?tab=readme-ov-file#installupdateuninstall\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZaloog%2Fblueutil-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZaloog%2Fblueutil-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZaloog%2Fblueutil-tui/lists"}