summaryrefslogtreecommitdiffstats
path: root/src/traverse.rs
AgeCommit message (Expand)Author
2024-01-14Preserve selected element after refreshPiotr Wach
2024-01-14cargo clippy & fmtPiotr Wach
2024-01-14Remove debug commentsPiotr 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-09refactorSebastian Thiel
2024-01-08clippyPiotr Wach
2024-01-08Fixed testsPiotr Wach
2024-01-08clippyPiotr Wach
2024-01-08New TraversalPiotr Wach
2024-01-07fmtPiotr Wach
2024-01-07clippyPiotr Wach
2024-01-07remove commented out codePiotr Wach
2024-01-07cargo fmtPiotr Wach
2024-01-07wipPiotr Wach
2024-01-05refactorSebastian Thiel
2024-01-05Optimize UI responsiveness during scanning stateCyandev
2023-12-23use `gix-glob` for matching; support for matching dirs only.Sebastian Thiel
2023-12-11fix: EntryData size test passes on 32-bit (#197)cinerea0
2023-12-09assure sorting of entry-counts takes files into consideration.Sebastian Thiel
2023-12-09refactorSebastian Thiel
2023-12-08Adds keybinding for 'c' to toggle sorting by number of itemsPiotr Wach
2023-12-06thanks clippySebastian Thiel
2023-11-24Fix tests on WindowsPiotr Wach
2023-11-24Hide mtime column by default, unless enabledPiotr Wach
2023-11-24Adds keybinding 'm' to toggle sorting by modified timePiotr Wach
2023-11-24Add test to assure memory consumption of EntryData doesn't change unexpectedly.Sebastian Thiel
2023-05-05feat: TUI now shows performance metrics while scanning and after.Sebastian Thiel
2023-05-05thanks clippySebastian Thiel
2023-05-05Simplify GUI refreshes by using a throttleSebastian Thiel
2023-02-22traverse: don't recurse on cross-device filesystemsThomas Orozco
2022-05-12fix: Open interactive mode even if one of the input paths can't be read. (#124)Sebastian Thiel
2021-05-30Only fetch metadata for files for a speedupSebastian Thiel
2020-07-22Don't pay extra on linux for helping with #53Sebastian Thiel
2020-07-22Use full path for obtaining the 'real size on disk'Sebastian Thiel
2020-07-02Use 'anyhow' instead of 'failure' to simplify code and reduce bloatSebastian Thiel
2020-07-02Use u128 for byte sizesThomas Hurst
2020-05-04Add '-x' flag to not cross filesystemsSebastian Thiel
2020-04-12fix clippy lintsSebastian Thiel
2020-03-29Allow initial scan to be interrupted properly…Sebastian Thiel
2020-03-29Fix crashbug - division by zero…Sebastian Thiel
2020-03-29phase one of refactoring nearly completeSebastian Thiel
2020-03-29cleanup 'quick-hack' done in 2.3.9 - much better nowSebastian Thiel
2020-03-27Truly don't follow symlinks unless they are the only top-level path.v2.3.9Sebastian Thiel
2020-03-26Considerably speed up dua interactive by allowing to use all (logical) coresSebastian Thiel
2020-03-24Update to filesize v0.2Thomas Hurst
2020-03-16jwalk 0.5 has landed - now we don't follow symlinks during traversal!Sebastian Thiel
2020-03-15Revert "Upgrade to jwalk 0.5; stop following symlinks during traversal"Sebastian Thiel