summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-01-04merge flagged & fuzzyqkzk
2024-01-03display fuzzy with F. ideas...qkzk
2024-01-03fuzzy: toggle flagg for all with vqkzk
2024-01-03clickable footerqkzk
2024-01-03fuzzy: clickable headerqkzk
2024-01-03displayablea header for fuzzy. click isn't working yetqkzk
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-03current file for fuzzyqkzk
2024-01-03window for fuzzy, select rowqkzk
2024-01-03FIX: reset mode leaves fuzzyqkzk
2024-01-03fuzzy from flaggedqkzk
2024-01-03integrate fuzzy, does nothingqkzk
2024-01-03attach window to fuzzyqkzk
2024-01-02fuzzy: simplest holding structqkzk
2023-12-31move importsqkzk
2023-12-31documentation & devqkzk
2023-12-30don't use unwrap to lock statusqkzk
2023-12-30WIP: simplify application newqkzk
2023-12-30WIP: separate display & status threadqkzk
2023-12-30refresh at 60 fps using peek_eventqkzk
2023-12-29FIX: entering inaccessible dir or writing to readonly dir crashes the appqkzk
2023-12-29check before entering a directoryqkzk
2023-12-29devqkzk
2023-12-28FIX: symlink crashes previewsqkzk
2023-12-27fix stack overflowqkzk
2023-12-27don't use -e for every terminal read it from configqkzk
2023-12-27FIX: unfolding a node unfolds its childrenqkzk
2023-12-24enable logging with CL argument -l --log. Nothing is logged otherwiseqkzk
2023-12-23allow search & filter to be clicked in headerqkzk
2023-12-23display searched & filter in header, use more colorsqkzk
2023-12-23menus: uniform instance creationqkzk
2023-12-23clippyqkzk
2023-12-23simplify directory newqkzk
2023-12-23FIX: space used shouldn't add number of files from directoriesqkzk
2023-12-23FIX: filter does nothing in tree modeqkzk
2023-12-22rename every goto ref to cdqkzk
2023-12-22rename Goto mode to Cdqkzk
2023-12-21use number of files for dir sizeqkzk
2023-12-21clippyqkzk
2023-12-21remove useless constantqkzk
2023-12-21remove useless affectationqkzk
2023-12-20refactor tui & cli menus using common traitsqkzk
2023-12-20docqkzk
2023-12-20attach a now useless history instance to menuqkzk
2023-12-20don't use option for menu removable devicesqkzk
2023-12-20use 2 apply_methods for mut & non mut methodsqkzk
2023-12-20wip refactor menus next, prev, indexqkzk
2023-12-20split selectable content trait into 2 traitsqkzk