summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-12-30refresh view also refresh users cachecache-usersqkzk
2022-12-30limit unsafe to tab creationqkzk
2022-12-30use Rc instead of Arc for usersqkzk
2022-12-30remove a few userscacheqkzk
2022-12-30userscache: first working attempsqkzk
2022-12-30Merge pull request #63 from qkzk/tree-viewqkzk
2022-12-30replace some to_owned by referencestree-viewqkzk
2022-12-30remove useless allocationqkzk
2022-12-30remove useless cloneqkzk
2022-12-30use &str more oftenqkzk
2022-12-30use &path more oftenqkzk
2022-12-29use &Path more oftenqkzk
2022-12-29limit depth of tree view to 10. Display where we are in previewqkzk
2022-12-29documentationqkzk
2022-12-29trash documentationqkzk
2022-12-29preview refactoringqkzk
2022-12-29refactor previewqkzk
2022-12-29tree view first draft. Needs refactoringqkzk
2022-12-28Merge pull request #62 from qkzk/trashqkzk
2022-12-28readme trashtrashqkzk
2022-12-28dev.mdqkzk
2022-12-27typos, docsqkzk
2022-12-27update trash when opened, first creation empty. Create folders if neededqkzk
2022-12-27encoding/decoding url, fix wrong path readqkzk
2022-12-26trash following xdg specsqkzk
2022-12-26trash respecting xdg specs, mostly doneqkzk
2022-12-26trash info parsing & writing: beginningqkzk
2022-12-26trash: first working draft, very basic apiqkzk
2022-12-24trash api mostly done. Should make it navigableqkzk
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