c-bata / kube-prompt

An interactive kubernetes client featuring auto-complete.
MIT License
1.79k stars 134 forks source link

[feature] allow run shell command directly in prompt #48

Open ozbillwang opened 5 years ago

ozbillwang commented 5 years ago

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

c-bata commented 5 years ago

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

ozbillwang commented 5 years ago

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

elijah-roberts commented 4 years ago

+1 for this feature