summaryrefslogtreecommitdiffstats
path: root/src/tab.rs
AgeCommit message (Expand)Author
2023-11-12term manager refactor, first stepqkzk
2023-11-10FIX: leaving preview doesn't reset treeqkzk
2023-11-07devqkzk
2023-11-07tree users refactorqkzk
2023-11-07tree and users refactorqkzk
2023-11-07refactor tree and users of treeqkzk
2023-11-07use Go trait instead of selectionsqkzk
2023-11-07first step in regrouping tree movement into a traitqkzk
2023-11-06refactoring treeqkzk
2023-11-06clippyqkzk
2023-11-06FIX: enter a dir from normal mode shouldn't set mode treeqkzk
2023-11-06FIX: move up from to go to last and vice versaqkzk
2023-11-06FIX: move back from root should redo the parent treeqkzk
2023-11-06FIX: can't "open" a folder to redo the tree thereqkzk
2023-11-06FIX: scrolling starts 1 row to lowqkzk
2023-11-06rename trees.rs, rename structqkzk
2023-11-05Tree first draft. No refactor, no test, no docqkzk
2023-11-05tree select last. Ugly fixqkzk
2023-11-05tree page up page downqkzk
2023-11-05sort for treesqkzk
2023-11-05tree select rootqkzk
2023-11-05remove useless methodsqkzk
2023-11-05select prev don't return a resultqkzk
2023-11-05remove useless result since select prev can't failqkzk
2023-11-05select prevqkzk
2023-11-05doesn't work yet, is way quickerqkzk
2023-10-31refactor event dispatcherqkzk
2023-10-30replace `users` crate by `pgs` and a simple struct.qkzk
2023-10-30remove configurable colors, calc them every timequentin konieczko
2023-10-29preview instancation refactoring. Separate dirs for filesqkzk
2023-10-27track memory leak: unsuccessfulqkzk
2023-10-26FIX: back (in history) does nothingqkzk
2023-10-24Allow scrolling in preview pdf. Required a lot of change in Preview::ueberzug...qkzk
2023-10-24Tree mode Copy / Move happens in selected directory not root of treeqkzk
2023-10-24Tree mode: file & directory are created in selected dirqkzk
2023-10-22Move cursor 1 char right in input. Use unicode segmentation when replacing inputqkzk
2023-10-22remove useless loggingqkzk
2023-10-21history: when moving back select back the file we were atqkzk
2023-10-20improve settings & argsqkzk
2023-10-19more args : dual pane, preview second, display full, show hidden. Refactor ta...qkzk
2023-10-17refactor refresh if neededqkzk
2023-10-17Fix refresh if needed. Should work most of the timesqkzk
2023-10-16refresh every 10 seconds. WIPqkzk
2023-10-11better name for current path -> current directory pathqkzk
2023-10-11FIX: goto mode from tree node with normal file selected crashes the appqkzk
2023-10-01FIX: page down when only a few file screw the displayqkzk
2023-10-01FIX: after scrolling left click doesn't select the correct fileqkzk
2023-09-30tree: refactor and avoid usize::MAX since it's giganticqkzk
2023-09-30FIX & refactor scrolling. Not finishedqkzk
2023-09-22The mode should know if they require a refresh when left. ATM only Preview doesqkzk