Users coming from k9s are used to specific keyboard shortcuts, such as d for describing a container or ctrl d for deleting a container etc. It would be nice if kantui would follow the same keyboard shortcuts convention, so that the transition is easier for users.
Ideas/Wishlist:
ctrl-d for deleting a container
ctrk-k for forced kill of a container
? to show a help dialog
q and ctrl-c to quit kantui
d to describe a container in more detail ("kanto-cm get ")
v or enter to view a container (not sure what the difference is to describe, may less information? just the name, container image version etc.)
e to edit a container (e.g. change name, change image ref, change environment variables) Editing existing containers is not yet implemented
l to show the logs of a container
Todo:
- The basic commands for starting, stopping, restarting a container (prevent confusion of s for start and s for stop) should be refined
- Is there "pause" and "resume"?
Users coming from k9s are used to specific keyboard shortcuts, such as
dfor describing a container orctrl dfor deleting a container etc. It would be nice if kantui would follow the same keyboard shortcuts convention, so that the transition is easier for users.Ideas/Wishlist:
ctrl-dfor deleting a containerctrk-kfor forced kill of a container?to show a help dialogqandctrl-cto quit kantuidto describe a container in more detail ("kanto-cm get ")vorenterto view a container (not sure what the difference is to describe, may less information? just the name, container image version etc.)eto edit a container (e.g. change name, change image ref, change environment variables) Editing existing containers is not yet implementedlto show the logs of a containerTodo: