mgunyho / tere

Terminal file explorer
European Union Public License 1.2
1.67k stars 36 forks source link

Keyboard shortcut to toggle filter search #62

Closed mgunyho closed 2 years ago

mgunyho commented 2 years ago

Add keyboard shortcut to toggle filter search, Alt-f by default.

Fixes #59

mgunyho commented 2 years ago

This isn't ready yet, the cursor position doesn't get correctly updated when toggling. For example, see the following situation:

tere-filter-search-toggle.webm

The key sequence is a, down, alt-f, esc. This is the same as the test test_filter_search_toggle in app_state.rs.

Will probably require a bit of work to get this behavior right.

Upon initial investigation, I think the problem might be that app_state.get_item_under_cursor() behaves incorrectly if the filter mode has been changed.