Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding auto complete in search bar #2283

Closed
jamshidi799 opened this issue Nov 10, 2023 · 3 comments
Closed

Adding auto complete in search bar #2283

jamshidi799 opened this issue Nov 10, 2023 · 3 comments
Labels
enhancement New feature or request InProgress Marks an issue has being worked on

Comments

@jamshidi799
Copy link

jamshidi799 commented Nov 10, 2023




Is your feature request related to a problem? Please describe.
When switching to a resource that locate in another namespace, auto complete on namespace name is very handy

Screenshot 2023-11-10 at 1 27 06 PM

Describe the solution you'd like
After typing po kube-s and pressing Tab, k9s auto complete it to po kube-system

@derailed derailed added the enhancement New feature or request label Nov 12, 2023
@derailed derailed added in-progress InProgress Marks an issue has being worked on and removed in-progress labels Nov 21, 2023
@windowsrefund
Copy link

This seems a little odd though? You're already in the pods view so why wouldn't the quickest path simply be to change namespace with :namespace?

@jamshidi799
Copy link
Author

you are right it's fine for the pod's view but Imagine this scenario. You are in Secret view and want to see ConfigMaps in namespace n. You can either use cm n or first switch the namespace with :namespace then choose namespace n and after that, change the view from pod to configMap with cm.
I think the first approach is faster but a bit tricky for hard spell namespaces so in this case autocomplete on namespace is very useful

@derailed
Copy link
Owner

Fixed v0.30.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request InProgress Marks an issue has being worked on
Projects
None yet
Development

No branches or pull requests

3 participants