summaryrefslogtreecommitdiffstats
path: root/src/event/event_exec.rs
AgeCommit message (Expand)Author
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
2023-12-18rename command mode to action mode. Display "exec" mode as "open with"qkzk
2023-12-18make completion scrollableqkzk
2023-12-18make navigable modes scrollableqkzk
2023-12-18FIX: Tree mode: search forward doesn't scrollqkzk
2023-12-17refactor rename and bulkrename to use same functionqkzk
2023-12-17Ensure at least one file is flagged before bulkrename. Refactor bulk.qkzk
2023-12-17don't use option for bulk in menu, just use the struct itselfqkzk
2023-12-17ensure at least one file is selectedqkzk
2023-12-17confirm before bulkactionqkzk
2023-12-16rename trait to leave instead of leavemodeqkzk
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-15move menu movement to menu fileqkzk
2023-12-15WIP: use tab window for treeqkzk
2023-12-14Attach vec of lines to treeqkzk
2023-12-13leaving preview from second pane should reset display modeqkzk
2023-12-12FIX: opening help or fuzzyfindhelp crashes if a listed action has no keybindqkzk
2023-12-11make every session parameter private, ensure they can't be modified outside t...qkzk
2023-12-10Use session to save display settings. Inspired by Felixqkzk
2023-12-10WIP: header & footer. Display ok. Header click ok. Footer click TODO!qkzk
2023-12-05context menu with most common actions (right clic, alt+t)qkzk
2023-12-03FIX: wrong position of cursor in edit modeqkzk
2023-12-03remove specific commandsqkzk
2023-12-02use Rc instead of PathBuf in directory & treeqkzk
2023-12-02remove useless actionsqkzk
2023-12-02event dispatcher refactor WIPqkzk
2023-12-01event_dispatch refactor. Better mouse events. WIPqkzk
2023-12-01renamed path_content to Directory, Display::Normal to Display::Directoryqkzk
2023-12-01use rc instead of owned types in fileinfoqkzk
2023-12-01FIX: leaving edit mode doesn't refresh completionqkzk