summaryrefslogtreecommitdiffstats
path: root/src/aggregate.rs
AgeCommit message (Expand)Author
2024-01-14Traverse children vs parent & fix parent node size after refreshPiotr Wach
2024-01-07clippyPiotr Wach
2024-01-07Clean-up init functionPiotr Wach
2024-01-07Move ByteFormat out of WalkOptionsPiotr Wach
2023-12-26Keep consistent language/punctuation/case throughout the app.Piotr Wach
2023-05-05Simplify GUI refreshes by using a throttleSebastian Thiel
2023-05-05generalize the throttle implementation to allow usagein UISebastian Thiel
2023-02-22traverse: don't recurse on cross-device filesystemsThomas Orozco
2022-12-13thanks clippySebastian Thiel
2022-09-19refactorSebastian Thiel
2022-09-18refactor: colored path printing; fix size column formatSergey A
2022-09-01dependencies: switch from colored to owo-colorsSergey A
2022-05-12fix: broken or non-existing root path will still print the valid results. (#124)Sebastian Thiel
2022-03-19Improve aggregate progress reportingThomas Hurst
2022-01-09fix: build on platforms without 64-bit atomicscinerea0
2021-08-19Format correctlyBen Armstead
2021-08-19Remove unnecessary lineBen Armstead
2021-08-05Add aggregate-scan-progress feature to help with #99Sebastian Thiel
2021-07-25upgrade open to v2Sebastian Thiel
2021-05-30Fix terrible bug causing an unnecessary wait in front of each invocationSebastian Thiel
2021-05-30Only fetch metadata for files for a speedupSebastian Thiel
2021-05-29Mildly optimize progress performance…Sebastian Thiel
2021-05-29Only display progress on if stderr is a ttySebastian Thiel
2021-05-29Add simple progress to indicate something is happening on long `dua` runsSebastian Thiel
2021-03-23thanks clippySebastian Thiel
2020-07-27refactorSebastian Thiel
2020-07-27src, aggregate: fix colors for aggregate modeMaxim Zhukov
2020-07-22update to colored 2.0Sebastian Thiel
2020-07-07Fix color handling (causing the text to disappear); fix tty detectionSebastian Thiel
2020-07-06Replace termion::color with coloredSebastian Thiel
2020-07-06termcolor spends 1200 lines on handlings buffers, and it's not liking plain i...Sebastian Thiel
2020-07-06for a moment I thought 'colored' could be used, but…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-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
2020-03-15Upgrade to jwalk 0.5; stop following symlinks during traversalv2.3.4Sebastian Thiel
2020-02-22Rename 'count-links' to more descriptive 'count-hard-links'Sebastian Thiel
2020-02-22cargo fmtSebastian Thiel
2020-02-22Add hardlink tracking, and an option to disable itThomas Hurst
2020-02-22Add support for real/apparent sizeThomas Hurst
2019-06-16error formatting suggestionsJack O'Connor
2019-06-04Support for changing the percentage displaySebastian Thiel
2019-06-04Properly fix byte column width handlingSebastian Thiel
2019-06-03bytes formatting for interactive + footerSebastian Thiel