isacikgoz / tldr

fast and interactive tldr client written with go
https://isacikgoz.me/tldr/
MIT License
1.38k stars 48 forks source link

[Request] Adding `q` as an exit option, alongside ctrl + c? #38

Open Honeypot95 opened 3 years ago

Honeypot95 commented 3 years ago

Is there any downside to adding q as an exit option, alongside ctrl + c? It feels natural for a TUI, and it is unused for anything else at the moment as far as I can see. Also, ctrl + c works perfect, but still feels like a dirty way to exit a program. If such an option would be useful, I can take a crack at implementing it, even though I do not know go yet (could be a nice first pull request task).