darkhz / bluetuith

A TUI bluetooth manager for Linux.
MIT License
850 stars 21 forks source link

Show aliases on device list #44

Closed Sinono3 closed 6 months ago

Sinono3 commented 7 months ago

Bluez supports aliases for devices. I currently have three devices of the same model, and aliases would be a good way to distinguish them. Would it be possible to add a setting to show aliases instead of the device name on the menu?

darkhz commented 7 months ago

Maybe both could be shown, the alias can be kept in parenthesis, if the device name and the alias names are different.

I'll look into implementing this.

darkhz commented 6 months ago

This feature has now been implemented.