grafana / unused

CLI tool, Prometheus exporter, and Go module to list your unused disks in all cloud providers
Apache License 2.0
51 stars 1 forks source link

Bind `CTRL+C` to quit #59

Closed inkel closed 9 months ago

inkel commented 9 months ago

This PR changes the way we check for keys, making it easier to add/change the keys in the future, and also adds CTRL+C as an additional binding for quitting the application. It addresses #56 and it could be argued that it even closes it.

inkel commented 9 months ago

One thing that I noticed is that I'd like to rethink the interactive UI code as I believe it could be made simpler. I'll add it to my todo list.