by Zaloog on 1/29/25, 11:12 AM with 0 comments
Found [blueutil] for MAC, but was not happy with writing long commands, so I build a pretty minimal inline TUI application on a beautiful saturday to:
- display paired devices
- pair/unpair devices
- connect/disconnect devices
- search devices
Ive used [textual], a very nice framework to create TUIs with python.
You can find the gh-repo here: https://github.com/Zaloog/blueutil-tui
Direct use with uv via: `uvx --from blueutil-tui btui`
[blueutil]: https://github.com/toy/blueutil
[textual]: https://textual.textualize.io