summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-11-13Fix small bugs. Refactor. Remove .display().to_string()v0.1.24-devqkzk
2023-11-12FIX: cursor is off by one in passwordqkzk
2023-11-12Refactor mountable devices displayqkzk
2023-11-12FIX: trash is buggy. Can't delete definitely. Display is wrong when empty.qkzk
2023-11-12BUG seek: trashqkzk
2023-11-12use a draw line method and an attr method to display second window linesqkzk
2023-11-12improve drawqkzk
2023-11-12improve winsecondary draw methodsqkzk
2023-11-12improve trash confirm drawqkzk
2023-11-12azeqkzk
2023-11-12improve winsecondary drawqkzk
2023-11-12move every first line drawing to its structqkzk
2023-11-12better messages when asking a passwordqkzk
2023-11-12refactor second line. Simplify instanciation & usageqkzk
2023-11-12simplify first row creation and usageqkzk
2023-11-12term manager refactor, first stepqkzk
2023-11-11inline flagged contains since it's used for every fileqkzk
2023-11-11better variable nameqkzk
2023-11-11remove ufseless funcqkzk
2023-11-11devqkzk
2023-11-11v0.1.24 preparationqkzk
2023-11-11fix dev.md for cargo publishqkzk
2023-11-11Merge pull request #85 from qkzk/v0.1.23-devv0.1.23qkzk
2023-11-11devqkzk
2023-11-11readmeqkzk
2023-11-11devqkzk
2023-11-11Merge pull request #84 from qkzk/V0.1.23-tree-redoqkzk
2023-11-11dev - tree is redone completelyV0.1.23-tree-redoqkzk
2023-11-11use select path for every select_somethingqkzk
2023-11-10Add a link to previous and next node in Node. Simplify navigation, increase r...qkzk
2023-11-10refactor treeqkzk
2023-11-10FIX: leaving preview doesn't reset treeqkzk
2023-11-09use DFS to search in tree mode. Type aliasing for filenamesqkzk
2023-11-09refactor searchqkzk
2023-11-09improve search in tree. Far from perfectqkzk
2023-11-08rename a variableqkzk
2023-11-08fix first line position for tree (off by one)qkzk
2023-11-08FIX: encrypted are never shown as mountedqkzk
2023-11-07devqkzk
2023-11-07FIX: poor aligment of prefixes in treeqkzk
2023-11-07tree users refactorqkzk
2023-11-07tree and users refactorqkzk
2023-11-07tree refactorqkzk
2023-11-07refactor tree and users of treeqkzk
2023-11-07devqkzk
2023-11-07FIX: first line position for treeqkzk
2023-11-07don't use public attributes in nodesqkzk
2023-11-07devqkzk
2023-11-07use Go trait instead of selectionsqkzk
2023-11-07first step in regrouping tree movement into a traitqkzk