summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-03-10fix: mark-pane help bar now shows closest to the selected item.Sebastian Thiel
2024-03-10fix possible overflow during substraction in mark paneSebastian Thiel
2024-03-10Add scrollbar for mark listCyandev
2024-03-09avoid iterating a potentially long list doublySebastian Thiel
2024-03-09Add scrollbar for main listCyandev
2024-03-01Fixes clippy error in rust 1.76Piotr Wach
2024-01-23feat: add `dua i --no-entry-check` flag. (#227)Sebastian Thiel
2024-01-22Make builds with rustc 1.72 work (#226)Sebastian Thiel
2024-01-22fix: allow `/` (glob-mode) while scanning.Sebastian Thiel
2024-01-22fix: don't check entry metadata while a scan is in progress (#223)Sebastian Thiel
2024-01-21refactorSebastian Thiel
2024-01-20cargo fmtPiotr Wach
2024-01-20Tests for refresh & selectionPiotr Wach
2024-01-20Fix refresh with multiple input pathsPiotr Wach
2024-01-20Test glob pane open/closePiotr Wach
2024-01-20Tests for shwing/hiding additional columnsPiotr Wach
2024-01-17refactorSebastian Thiel
2024-01-17make `Shift+r` do more than 'r'Sebastian Thiel
2024-01-14Preserve selected element after refreshPiotr Wach
2024-01-14Various updates based on the code review feedback:Piotr Wach
2024-01-14cargo clippy & fmtPiotr Wach
2024-01-14Fix testsPiotr Wach
2024-01-14Exit glob mode if view root is the same as glob rootPiotr Wach
2024-01-14Fix updating item countPiotr Wach
2024-01-14Fixed testsPiotr Wach
2024-01-14Remove debug commentsPiotr Wach
2024-01-14Refresh all in view vs selectedPiotr Wach
2024-01-14Fix file countPiotr Wach
2024-01-14Fix traversal statsPiotr Wach
2024-01-14Moved traversal stats to separate typePiotr Wach
2024-01-14Traverse children vs parent & fix parent node size after refreshPiotr Wach
2024-01-10add `R` to trigger a full refresh (PoC)Sebastian Thiel
2024-01-10make WalkOptions available in State so it can re-use it for additional walks.Sebastian Thiel
2024-01-09feat: show and hide mtime and item count columns with 'M' and 'C' respectivelyPiotr Wach
2024-01-09refactorSebastian Thiel
2024-01-08clippyPiotr Wach
2024-01-08Fixed testsPiotr Wach
2024-01-08fmtPiotr Wach
2024-01-08clippyPiotr Wach
2024-01-08New TraversalPiotr Wach
2024-01-07fmtPiotr Wach
2024-01-07clippyPiotr Wach
2024-01-07started fixing tests...Piotr Wach
2024-01-07remove commented out codePiotr Wach
2024-01-07first working versionPiotr Wach
2024-01-07cargo fmtPiotr Wach
2024-01-07Update entriesPiotr Wach
2024-01-07wipPiotr Wach
2024-01-07Clean-up init functionPiotr Wach
2024-01-07Move ByteFormat out of WalkOptionsPiotr Wach