k9s icon indicating copy to clipboard operation
k9s copied to clipboard

feat: preserve filters and navigation state in command history

Open uozalp opened this issue 4 months ago • 4 comments

Preserve Filters in History Navigation

When using [ and ] to navigate through command history, filters and labels are now automatically reapplied.

Before: Filters were lost when navigating back/forward
After: Filters are preserved and restored

Improves navigation UX by maintaining filter

credit to tyzbit for the first PR https://github.com/derailed/k9s/pull/3404

uozalp avatar Aug 21 '25 10:08 uozalp

Fixes https://github.com/derailed/k9s/issues/3220

uozalp avatar Aug 21 '25 10:08 uozalp

@uozalp I think I have addressed this in the next drop. Please double check me on v0.50.10. Thank you!

derailed avatar Sep 17 '25 17:09 derailed

@derailed Still seeing the issue. Filters/labels aren’t preserved yet.

uozalp avatar Sep 18 '25 06:09 uozalp

@derailed Same for me, filters are forgotten (or rather not re-applied) when navigating through the command history

igreg avatar Oct 31 '25 12:10 igreg