summaryrefslogtreecommitdiffstats
path: root/src/event/action_map.rs
AgeCommit message (Expand)Author
2024-01-08Move back & leave_mode history should use the same status methodqkzk
2024-01-06flagged: copy filename & filepathqkzk
2024-01-04merge flagged & fuzzyqkzk
2024-01-03display fuzzy with F. ideas...qkzk
2024-01-03open all fuzzy, display fuzzy as flaggedqkzk
2023-12-22rename every goto ref to cdqkzk
2023-12-22rename Goto mode to Cdqkzk
2023-12-18rename command mode to action mode. Display "exec" mode as "open with"qkzk
2023-12-16FIX: while second window is opened, if the selection is below half screen, it...qkzk
2023-12-15FIX: in tree mode, refresh also refresh the window. Incorrect number of file ...qkzk
2023-12-05context menu with most common actions (right clic, alt+t)qkzk
2023-12-03remove specific commandsqkzk
2023-12-02remove useless actionsqkzk
2023-12-02event dispatcher refactor WIPqkzk
2023-12-01FIX: leaving edit mode doesn't refresh completionqkzk
2023-11-29moved leavemode to separate fileqkzk
2023-11-29tab: better name for tab selectorqkzk
2023-11-29status & event exec refactorqkzk
2023-11-28move toggle tree and make preview to tabqkzk
2023-11-28moved must_quit to statusqkzk
2023-11-28use settings for tabs. Use better name for tab selectingqkzk
2023-11-28moved shortcuts to menuqkzk
2023-11-28prevent inxi from reading graphics drivers, which may hang.qkzk
2023-11-28renamed status.selected into status.current_tab idem for nonmut versionqkzk
2023-11-28WIP: moved intput & completion from tabs to menuqkzk
2023-11-27lazy creation of help stringqkzk
2023-11-20Clickable first line. Each first line element can be clicked, resulting in an...qkzk
2023-11-17rename interaction to eventqkzk