Open spacehuhn opened 4 years ago
If this is not being worked on, I would like to take on this task.
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.
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.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: 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.