summaryrefslogtreecommitdiffstats
path: root/src/event/event_exec.rs
AgeCommit message (Expand)Author
2024-02-29FIX: leaving (with escape) should reset the filter, not leaveqkzk
2024-02-23use send & receive fm events from bulkqkzk
2024-01-25FIX: entering sort doesn't set focusqkzk
2024-01-24shift+left erase current inputqkzk
2024-01-23WIP: input history. Needs testing & refactoringqkzk
2024-01-22WIP: bulk refactor. First working version. Need refactoringqkzk
2024-01-21devqkzk
2024-01-21changing focus left or right only affects the border. Moving does nothingqkzk
2024-01-20WIP: search next refactorqkzk
2024-01-20WIP: store every search resultqkzk
2024-01-19remove useless commentqkzk
2024-01-17WIP: all search methods moved to search. All use the same algorithmqkzk
2024-01-17move search from tree to Searchqkzk
2024-01-16WIP: search refactor. Search structqkzk
2024-01-15search next in flagged modeqkzk
2024-01-14give focus with wheelqkzk
2024-01-14remove Edit::Jump modeqkzk
2024-01-14merge Action::Delete & Action::DeleteFileqkzk
2024-01-14WIP: check focus or edit mode before most actions. Still some edge cases to w...qkzk
2024-01-12WIP: check focus before executing actionqkzk
2024-01-11WIP. May have to be reversed. Should I create a window kind object and send i...qkzk
2024-01-11use focus to decide movementqkzk
2024-01-11give focus with clickqkzk
2024-01-10removed mocpqkzk
2024-01-09clippyqkzk
2024-01-08Move back & leave_mode history should use the same status methodqkzk
2024-01-08prevent go back & entering history edit mode in flagged & previewqkzk
2024-01-07disable filter for flagged modeqkzk
2024-01-07FIX: window is off for big contentqkzk
2024-01-07refactor update_second_pane_for_previewqkzk
2024-01-06flagged: copy filename & filepathqkzk
2024-01-06disable new nodes (file, dir)qkzk
2024-01-06disable regex match in flaggedqkzk
2024-01-06in marks new, backspace (since del is annoying...) should erase a mark.qkzk
2024-01-06toggle most menus, those who open with a non char key at leastqkzk
2024-01-05FIX: leave sort does nothingqkzk
2024-01-04merge flagged & fuzzyqkzk
2024-01-03display fuzzy with F. ideas...qkzk
2024-01-03open all fuzzy, display fuzzy as flaggedqkzk
2024-01-03refresh view after reset modeqkzk
2024-01-03fuzzy: rename. disable copy & moveqkzk
2024-01-03FIX: reset mode leaves fuzzyqkzk
2024-01-03integrate fuzzy, does nothingqkzk
2023-12-30WIP: separate display & status threadqkzk
2023-12-29FIX: entering inaccessible dir or writing to readonly dir crashes the appqkzk
2023-12-24enable logging with CL argument -l --log. Nothing is logged otherwiseqkzk
2023-12-22rename every goto ref to cdqkzk
2023-12-20refactor tui & cli menus using common traitsqkzk
2023-12-20don't use option for menu removable devicesqkzk
2023-12-20split selectable content trait into 2 traitsqkzk