Settings

Theme

Show HN: TUI Bluetooth Connector for Mac

github.com

3 points by Zaloog a year ago · 0 comments · 1 min read

Reader

Hi, since sometimes my AirPods didn't autoconnect to my Macbook and I didn't want my hands to leave the keyboard. I looked for alternative solutions to quickly connect devices.

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

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection