[feature] allow run shell command directly in prompt
ozbillwang opened this issue · 3 comments
ozbillwang commented
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
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
of course, kuber-prompt
should only focus on kubectl prompt
elijah-roberts commented
+1 for this feature