summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-01-21Release dua-cli v2.27.1v2.27.1Sebastian Thiel
2024-01-21fix: Explicit refreshes with 'r and 'R' now work with multiple root paths as ...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-17Release dua-cli v2.27.0v2.27.0Sebastian Thiel
2024-01-17feat: Press `r` or `R` for refresh (#96)Sebastian Thiel
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-10Merge pull request #217 from Geezus42/patch-1Sebastian Thiel
2024-01-10Update README.mdGeezus42
2024-01-10Merge branch 'show_columns'Sebastian Thiel
2024-01-09feat: show and hide mtime and item count columns with 'M' and 'C' respectivelyPiotr Wach
2024-01-09Prepare for (R)efresh support (#96)Sebastian Thiel
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
2024-01-07Move AppState to separate filePiotr Wach
2024-01-07Move TerminalApp to separate filePiotr Wach