-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add filter commandline parameter #2643
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
base: master
Are you sure you want to change the base?
Conversation
Thanks for proposing this PR! This is a missing feature I am looking forward to. It would be nice to have it because otherwise I have to manually type in the filter each time I enter k9s. However, I tried this PR with FWIW, when I type '/', I see |
4c62a53
to
8207681
Compare
@vmingchen I haven't tested |
e559c40
to
0f34e2b
Compare
2652beb
to
c60a755
Compare
Great! The '-l' filter is working for me now. Thanks a lot for the fix! |
Summary
This PR adds
-f
/--filter
commandline parameter that sets default filterTesting
Manual tests, unit tests