SpacehuhnTech / Huhnitor

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

Auto exit after 3 CTRL+C in a row #15

Closed spacehuhn closed 2 years ago

spacehuhn commented 4 years ago

Automatically close the huhnitor if the user presses CTRL+C (and only that) 3 times in a row. Thtat way it's more idiot safe but also convinient.

the-Jamz commented 4 years ago

How do you feel about keeping the exit command, just so we don't need to rely on saying spam ctrl + c to close the program?

spacehuhn commented 4 years ago

Yes the exit command stays available, this is just a addon feature.

spacehuhn commented 4 years ago

Another additional way to exit could be q. I'm getting used to use q to exit from other terminal applications because it's annoying to type out exit all the time.