Open
Description
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 containerctrk-k
for forced kill of a container?
to show a help dialogq
andctrl-c
to quit kantuid
to describe a container in more detail ("kanto-cm get ")v
orenter
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 implementedl
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"?