c-bata/kube-prompt

[feature] allow run shell command directly in prompt

ozbillwang opened this issue · 3 comments

Thanks to develop this tool which saved me a lot of typing time.

I ask for the feature which I needn't jump out of prompt to run other shell commands, such as ls, find, curl, and even kubectx (k8s cluster switch) and kubens (k8s namespace switch)

For example, I prefer a feature, if I add ! in front of command, it will run shell command, not kubectl command.

>>> ! ls 

Please vote this idea, if you like

Sounds convenient. The only thing I mind is I don't have the idea to provide powerful completion for these command like bash.

of course, kuber-prompt should only focus on kubectl prompt

+1 for this feature