piotrpdev / kuby

Very simple CLI visualization of Kubernetes resources.
0 stars 1 forks source link

Make interactive #1

Closed piotrpdev closed 1 year ago

piotrpdev commented 1 year ago

Make the CLI interactive e.g. add a cursor, choice menus, radio menus, etc.

Investigate how easy / is it even possible to do well in Java/Kotlin.

Look at k9s for inspiration.

piotrpdev commented 1 year ago

This looks promising: https://github.com/varabyte/kotter Also this for colors: https://github.com/ajalt/mordant

piotrpdev commented 1 year ago

Resolved using bubbletea in Go