sarub0b0 / kubetui

An intuitive Terminal User Interface (TUI) tool for real-time monitoring and exploration of Kubernetes resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not reset filter in `YAML` view

wangeguo opened this issue · comments

In the YAML view, press F to enter the filter criteria, and when the filtered content is empty, i want to go back to the initial state, but the criteria typed in the input box cannot be reset.

kubetui: 1.3.0
MacOS Arm64 13.3.1

commented

@wangeguo
Thank you for reporting this issue. Currently, if you encounter empty filtered content in the YAML view after pressing F to enter the filter criteria, you are required to close the popup by pressing ESC or Ctrl+[, and then press F again to start a fresh filter. I believe that this temporary solution is less than ideal and may disrupt your workflow.

In the upcoming update, I plan to implement a feature that will allow you to return directly to the filter input, eliminating the need for these extra steps.