summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2023-12-18rename command mode to action mode. Display "exec" mode as "open with"qkzk
2023-12-18make completion scrollableqkzk
2023-12-18make navigable modes scrollableqkzk
2023-12-18remove useless encrypted devices updateqkzk
2023-12-18FIX: Tree mode: search forward doesn't scrollqkzk
2023-12-18make cli application configurableqkzk
2023-12-18rename cli_info to cli_applicationsqkzk
2023-12-18replace nohup by setsidqkzk
2023-12-18remove useless importqkzk
2023-12-17remove repetitive logsqkzk
2023-12-17refactor rename and bulkrename to use same functionqkzk
2023-12-17Ensure at least one file is flagged before bulkrename. Refactor bulk.qkzk
2023-12-17don't use option for bulk in menu, just use the struct itselfqkzk
2023-12-17WIP: bulk rename creates intermediates foldersqkzk
2023-12-17ensure at least one file is selectedqkzk
2023-12-17documentationqkzk
2023-12-17confirm before bulkactionqkzk
2023-12-16exec multiple flagged filesqkzk
2023-12-16FIX: temporary value freed at the end of statementqkzk
2023-12-16rename trait to leave instead of leavemodeqkzk
2023-12-16moved remote mount to menuqkzk
2023-12-16helper trait to leave modeqkzk
2023-12-16refactor leave mode, move must_refresh & must_reset_mode to modes itselfqkzk
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-15move menu movement to menu fileqkzk
2023-12-15documentationqkzk
2023-12-15display one more line for treesqkzk
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-14struct holding contentqkzk
2023-12-14remove ref to node in TreeLineMakerqkzk
2023-12-13leaving preview from second pane should reset display modeqkzk
2023-12-13while in tree, scrolling should start 1 line earlierqkzk
2023-12-12!command and cli_application display their command and outputv0.1.24-use_rcqkzk
2023-12-12remove useless importqkzk