richibrics / IoTuring

Your Windows, Linux, macOS computer as MQTT and HomeAssistant integration
https://pypi.org/project/IoTuring/
GNU General Public License v3.0
70 stars 6 forks source link

Menu with arrow navigation for config #32

Closed infeeeee closed 10 months ago

infeeeee commented 1 year ago

Full arrow based navigation for configuration, with this library: https://github.com/IngoMeyer441/simple-term-menu

infeeeee commented 1 year ago

Oh no! This library doesn't work on windows... There is a pull request for windows support, I tried that branch, but it's somewhat working... So wait with this until it's pulled there (Or maybe I will put back the old system as a fallback?)

https://github.com/IngoMeyer441/simple-term-menu/pull/34

richibrics commented 1 year ago

This is stunning, I tried this some weeks ago. I don't think they're currently working on a Windows version so I think we could adopt this for Linux/macOS and leave Windows as it is now (for the moment)

infeeeee commented 1 year ago

For future reference, possible alternatives:

richibrics commented 1 year ago

Nice, python-inquirer seems really well done. I think this is a good point where to start when I will find time in the future to come back strongly on this project.

infeeeee commented 10 months ago

Rewrite: #83