SpacehuhnTech / Huhnitor

Intergalactic serial monitor for ESP8266 Deauther
MIT License
324 stars 44 forks source link

Better terminal UI with seperation of input and output #10

Open spacehuhn opened 4 years ago

spacehuhn commented 4 years ago

Sometimes it can happen that you type out a command while the Deauther is still printing output. Here you can see the user typed stop and it got merged with the output, breaking the formatting of the table. grafik

It's not a huge deal, but it would be really nice to have a seperate input field for typing commands and a window only for the output. Kinda like the Arduino serial monitor.
I would imagine it like this: grafik On a quick search I found this crate: https://github.com/fdehau/tui-rs. But not sure if there are better/easier ones out there.

JerelJr commented 9 months ago

If this is not being worked on, I would like to take on this task.

the-Jamz commented 9 months ago

If this is not being worked on, I would like to take on this task.

If you're up for it @JerelJr it would be much appreciated. Nobody is currently working on the task. The entire project is quite dated at this point dependency wise, you can find me on discord with username jamz if you need any info.