summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-11-01menu content line & trash clear with ratatui widgetsqkzk
2024-11-01header & footer as ratatui widgetsqkzk
2024-10-31log line & second line displayed as ratatui widgetsqkzk
2024-10-31display tree content with ratatui widgetsqkzk
2024-10-31display directory content with ratatui widgetsqkzk
2024-10-31preview command output with ratatui widgetsqkzk
2024-10-31display binary previews with ratatui widgetsqkzk
2024-10-31display preview text & syntaxed with ratatui widgetsqkzk
2024-10-31draw menu using ratatui widgetsqkzk
2024-10-31FIX: opening shortcut twice crashesqkzk
2024-10-30preview should display how the file is previewed even if it's obvious "Previe...qkzk
2024-10-30display preview of flagged files in menu flagged.qkzk
2024-10-30replace input by current mode when enteringqkzk
2024-10-30improve chmodqkzk
2024-10-30change cd on quit to writing a temp fileqkzk
2024-10-30FIX: wrong order in display of permissionsqkzk
2024-10-29navigate: home should go to first, end should go to last. g/G can't be used h...qkzk
2024-10-29v0.1.32 prepare new versionqkzk
2024-10-29badges before releaseHEADv0.1.31masterqkzk
2024-10-29Merge pull request #102 from qkzk/v0.1.31-devqkzk
2024-10-29dev. Final commit for version 0.1.31v0.1.31-devqkzk
2024-10-29WIP: ueberzug alignmentquentin konieczko
2024-10-29FIX: shortcut. dedup_slow keeps crashing. Sort unstable + dedup will do the t...quentin konieczko
2024-10-29FIX: Alt+c (open config file) should be betterly loggedqkzk
2024-10-28FIX: diplay directory last line shouldn't be printed - erase the last line be...qkzk
2024-10-28FIX: trash: bottom line is wrong "Enter" doesn't select but restore - refresh...qkzk
2024-10-28FIX: input_simple: when height is low, static elements are out of the windowqkzk
2024-10-28FIX: crash when deleting a file in tree modeqkzk
2024-10-28documentation for each modqkzk
2024-10-27a lot of documentation for public itemsqkzk
2024-10-27removed useless show cursor. Was already done in display itselfqkzk
2024-10-27FIX preview in second pane preview attachmentqkzk
2024-10-27FIX: when a resize occur, menu selection can be out of windowqkzk
2024-10-27devqkzk
2024-10-27FIX: nucleo scrolling. Improve nucleo displayqkzk
2024-10-27WIP: improve nucleo display. Scrolling doesn't work anymore.qkzk
2024-10-27WIP: first draft at hilighting matches inside lines. Need ">" or " " beforeqkzk
2024-10-27WIP highlighting nucleo matchesqkzk
2024-10-26FIX: terminal reset after panic. Enables a panic hook which remove the need t...qkzk
2024-10-26removed useless importsqkzk
2024-10-26devqkzk
2024-10-26FIX: custom keybinds aren't displayed properly in helpqkzk
2024-10-26move fuzzy find something to nucleo pickerqkzk
2024-10-26nucleo scrolling.qkzk
2024-10-26devqkzk
2024-10-26changelog for shell command parser improvmentqkzk
2024-10-26devqkzk
2024-10-26useless importqkzk
2024-10-26cli_menu support of shell_parser_command. Documentationqkzk
2024-10-26WIP: new shell parser of commandsqkzk