Refresh, disk scan, and trigger auto-scan support and partial implementation for manual searches

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 69981857d8
commit 1ad1b16668
12 changed files with 426 additions and 75 deletions
+5
View File
@@ -17,6 +17,7 @@ generate_keybindings! {
backspace,
search,
filter,
refresh,
home,
end,
delete,
@@ -63,6 +64,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('f'),
desc: "Filter",
},
refresh: KeyBinding {
key: Key::Char('r'),
desc: "Refresh",
},
home: KeyBinding {
key: Key::Home,
desc: "Home",