Partially working filtering logic

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent afeb333100
commit 25730a3324
13 changed files with 362 additions and 48 deletions
+5
View File
@@ -15,6 +15,7 @@ generate_keybindings! {
right,
backspace,
search,
filter,
submit,
quit,
esc
@@ -50,6 +51,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('s'),
desc: "Search",
},
filter: KeyBinding {
key: Key::Char('f'),
desc: "Filter",
},
submit: KeyBinding {
key: Key::Enter,
desc: "Select",