qzed / pbpctrl

Control Google Pixel Buds Pro from the Linux command line.
Apache License 2.0
58 stars 2 forks source link

Plans for a GUI? #9

Open acerspyro opened 6 months ago

acerspyro commented 6 months ago

Hello, thank you so much for writing this tool, works perfectly with my Pixel Buds Pro!

Were you planning to also write a GUI for this, or are you leaving it up to the community to build a GUI around your tool?

A GUI would be incredibly useful for PostmarketOS or PureOS devices who run mainline Linux.

This is not a request, but merely a question on whether I (or someone else) should consider writing a GUI for pbpctrl, or if you were planning to write one

qzed commented 6 months ago

I currently don't have plans (or time, probably) to implement a GUI. So if you or anyone else wants to tackle that, feel free to do so. I would consider a PR for this as long as it isn't too complex. It shouldn't be too difficult to implement (or require any changes in the code here), as you should be able to just use the maestro crate from the libmaestro directory similar to how the cli crate does. I'd be happy to answer any questions if you (or anyone else) wants to give it a try.