summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-12-24chafa can be _printed_, doesn't work in tuikit::term::Termchafaqkzk
2022-12-22ideasqkzk
2022-12-22prevent entering jump marks if no marksqkzk
2022-12-22hold marks in BTreeMap to maintain order by char and improve the displayqkzk
2022-12-22simplify marks new and jump eventqkzk
2022-12-22Prevent entering confirmed actions (copy, delete, move) if no file is flaggedqkzk
2022-12-22documentation, rename a constant for clarity0.1.5qkzk
2022-12-22selectable content display refactorqkzk
2022-12-22fix scrolling in preview and normal modes. Refactor search nextqkzk
2022-12-21readme, dev0.1.4qkzk
2022-12-21clippyqkzk
2022-12-21Merge pull request #61 from qkzk/indexed-vectorqkzk
2022-12-21dev.mdindexed-vectorqkzk
2022-12-21use binary search in flagged to improve complexityqkzk
2022-12-21use a common mode and display for navigable modesqkzk
2022-12-21struct for flagged filesqkzk
2022-12-21fix wrong navigation order. Rename everything to selectable contentqkzk
2022-12-20use macro to impl indexed_vectorqkzk
2022-12-20use common trait for indexed vectors. harmonize variable namesqkzk
2022-12-20refactor shortcuts, dev.mdqkzk
2022-12-20dev.mdqkzk
2022-12-20Fix: mulitple mount points display in shortcutsqkzk
2022-12-20refactor window, better namingqkzk
2022-12-20fix scrolling couldn't reach last line when a lot of filesqkzk
2022-12-20refactor sort. Use a crate, separate char parsing from sortqkzk
2022-12-20refactor move to parentqkzk
2022-12-20refactor exec symlink & exec jumpqkzk
2022-12-19improve fmerror and shortcutsqkzk
2022-12-19improve filter. Better display, use &str when possibleqkzk
2022-12-19refactor FileInfoqkzk
2022-12-19remove useless metadata calls. Refactor used spaceqkzk
2022-12-19refactor sorting of filesqkzk
2022-12-18syntaxic sugar for error creationqkzk
2022-12-18animation in readmeqkzk
2022-12-18devqkzk
2022-12-18allow cd.. in goto, remove useless box in vecqkzk
2022-12-18dev.mdqkzk
2022-12-18preview refactorqkzk
2022-12-18preview refactor, step 1qkzk
2022-12-18fix a category in cargo.tomlqkzk
2022-12-18dev.md. 0.1.1 done ?0.1.1qkzk
2022-12-18move help strings to constant fileqkzk
2022-12-18Fix: help has wrong first lineqkzk
2022-12-17Merge pull request #60 from qkzk/mode-refactorqkzk
2022-12-17rename modes requiring inputmode-refactorqkzk
2022-12-17refactor event exec and event dispatch. Documentationqkzk
2022-12-17Combine preview and helpqkzk
2022-12-17regroup modes requiring an inputqkzk
2022-12-17use one mode with variants for completionqkzk
2022-12-17document mark actionsqkzk