summaryrefslogtreecommitdiffstats
path: root/src/app/tab.rs
AgeCommit message (Expand)Author
2024-01-08toggling tree selects the current file if possibleqkzk
2024-01-08Move back & leave_mode history should use the same status methodqkzk
2024-01-08FIX: move back is buggy.qkzk
2024-01-08devqkzk
2024-01-08prevent go back & entering history edit mode in flagged & previewqkzk
2024-01-07FIX: jump does nothingqkzk
2024-01-07clippyqkzk
2024-01-06flagged: copy filename & filepathqkzk
2024-01-06display flagged: disable all cd since we can't see the directoryqkzk
2024-01-05FIX: leave sort does nothingqkzk
2024-01-04merge flagged & fuzzyqkzk
2024-01-03current file for fuzzyqkzk
2024-01-03window for fuzzy, select rowqkzk
2024-01-03integrate fuzzy, does nothingqkzk
2023-12-29check before entering a directoryqkzk
2023-12-29devqkzk
2023-12-24enable logging with CL argument -l --log. Nothing is logged otherwiseqkzk
2023-12-23FIX: filter does nothing in tree modeqkzk
2023-12-20split selectable content trait into 2 traitsqkzk
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-15use window for every tree displayqkzk
2023-12-15WIP: use tab window for treeqkzk
2023-12-14Attach vec of lines to treeqkzk
2023-12-10Use session to save display settings. Inspired by Felixqkzk
2023-12-05calc metadata lazylly, don't if not displayedquentin konieczko
2023-12-05rewrote tree preview. Don't use old methodsqkzk
2023-12-03FIX: wrong position of cursor in edit modeqkzk
2023-12-02use Rc instead of PathBuf in directory & treeqkzk
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-11-30refactor search into several functionsqkzk
2023-11-30simplify search completion for tree & normal. Consume the filenamesqkzk
2023-11-30moved internal status settings to separate struct & fileqkzk
2023-11-29event_exec refactorqkzk
2023-11-29move methods around in tabqkzk
2023-11-28move toggle tree and make preview to tabqkzk
2023-11-28moved must_quit to statusqkzk
2023-11-28better documentation for tab creationqkzk
2023-11-28use settings for tabs. Use better name for tab selectingqkzk
2023-11-28moved shortcuts to menuqkzk
2023-11-28reorder tabs attributesqkzk
2023-11-28renamed tab.selected into tab.current_fileqkzk
2023-11-28use NOHUP when opening files or starting a new shell. Rename some execute com...qkzk
2023-11-28remove useless argumentqkzk
2023-11-28WIP: moved intput & completion from tabs to menuqkzk
2023-11-27remove useless Result in clipboard copyqkzk
2023-11-24FIX: resize events deselects the filesqkzk