summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2024-01-06Scan disabledPiotr Wach
2024-01-06update demoSebastian Thiel
2024-01-06No Interactive enumPiotr Wach
2024-01-05Release dua-cli v2.26.0v2.26.0Sebastian Thiel
2024-01-05feat: responsive and buttery-smooth UI while scanning in interactive mode. (#...Sebastian Thiel
2024-01-05refactorSebastian Thiel
2024-01-05Optimize UI responsiveness during scanning stateCyandev
2024-01-03Release dua-cli v2.25.0v2.25.0Sebastian Thiel
2024-01-03fix: `--ignore-dirs` now work as expected. (#196)Sebastian Thiel
2024-01-03Use `gix-path` for more control and performance.Sebastian Thiel
2024-01-03refactorSebastian Thiel
2023-12-28chore: remove obsolete `tui-shared` feature (#208)Sebastian Thiel
2023-12-28doc: clarify that (and why) `termion` isn't supported anymore in README.md (#...Sebastian Thiel
2023-12-27fix ignore dirs wipPiotr Wach
2023-12-27Merge branch 'logging'Sebastian Thiel
2023-12-27feat: add `--log-file` flag to keep track of some debug info, which includes ...Sebastian Thiel
2023-12-27enforce Rust 2021 styleSebastian Thiel
2023-12-27Merge branch 'help-language-consistency'Sebastian Thiel
2023-12-27fix: consistent language across the application and improved style of the Hel...Sebastian Thiel
2023-12-27Option to enable debug logsPiotr Wach
2023-12-26Keep consistent language/punctuation/case throughout the app.Piotr Wach