summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-12-03remove specific commandsqkzk
2023-12-03WIP merge specific commands into cli infoqkzk
2023-12-03clean display importsqkzk
2023-12-03don't use fn _name for called functions or methodsqkzk
2023-12-03use a trait to get canvas heightqkzk
2023-12-03store term size before drawing tree & files. Limit drawing in real window for...qkzk
2023-12-03refactor draw previews. Limit print in first window to actual screen sizeqkzk
2023-12-03Don't use Weak in Tree, Rc is simpler and worksqkzk
2023-12-02use Rc instead of PathBuf in directory & treeqkzk
2023-12-02renamed lsl to directoryv0.1.24-display_modeqkzk
2023-12-02renamed lsl.rs to directory.rs, use Path & PathBuf & Rcqkzk
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-01defer fmt for edit modes; remove useless completion modeqkzk
2023-12-01FIX: leaving edit mode doesn't refresh completionqkzk
2023-11-30refactor search into several functionsqkzk
2023-11-30simplify search completion for tree & normal. Consume the filenamesqkzk
2023-11-30moved completion from status to menuqkzk
2023-11-30moved internal status settings to separate struct & fileqkzk
2023-11-29event_exec refactorqkzk
2023-11-29event_exec refactorqkzk
2023-11-29use self in filekindqkzk
2023-11-29moved leavemode to separate fileqkzk
2023-11-29status & event action refactorqkzk
2023-11-29tab: better name for tab selectorqkzk
2023-11-29status & event 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-28prevent inxi from reading graphics drivers, which may hang.qkzk
2023-11-28renamed tab.selected into tab.current_fileqkzk
2023-11-28renamed status.selected into status.current_tab idem for nonmut versionqkzk
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-27moved some methods from status to menuqkzk
2023-11-27move display settings to their own crateqkzk
2023-11-27better organisation of attributes in statusqkzk
2023-11-27moved flagged to menuqkzk
2023-11-27moved marks to menuqkzk
2023-11-27moved trash to menuqkzk
2023-11-27move isodevice & cryptdevice to menuqkzk
2023-11-27moved bulk to menuqkzk