summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-06-01See if non-overhead recursive descent is faster…perf-testingSebastian Thiel
It is, but the M1 issue is stronger than the few milliseconds that are gained.
2021-05-30use local jwalkSebastian Thiel
2021-05-30(cargo-release) version 2.12.1v2.12.1Sebastian Thiel
2021-05-30Fix terrible bug causing an unnecessary wait in front of each invocationSebastian Thiel
2021-05-30Fix testsSebastian Thiel
2021-05-30Only fetch metadata for files for a speedupSebastian Thiel
2021-05-29Mildly optimize progress performance…Sebastian Thiel
…maybe there is a lot of error in the measurements, but it's a bit faster with different settings for atomics.
2021-05-29(cargo-release) version 2.12.0v2.12.0Sebastian 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-05-29thanks clippySebastian Thiel
2021-05-29Add similar programs to READMESebastian Thiel
Adapted from https://github.com/KSXGitHub/parallel-disk-usage
2021-05-09(cargo-release) version 2.11.3v2.11.3Sebastian Thiel
2021-05-09prepare releasSebastian Thiel
2021-05-09dependency updatesSebastian Thiel
2021-05-09Re-add arm buildsSebastian Thiel
2021-05-03Adjust release workflow to be less specific to ripgrepv2.11.2Sebastian Thiel
2021-05-03Upgrade release workflow file from ripgrepSebastian Thiel
2021-05-03(cargo-release) version 2.11.2Sebastian Thiel
2021-05-03Fix build (use the latest version of crosstermion, too)Sebastian Thiel
2021-05-03Remove tui-react, it now lives in https://github.com/Byron/tui-cratesSebastian Thiel
2021-05-03prepare changelog for patch releaseSebastian Thiel
2021-05-03[dua] actually upgrade to tui 0.15Sebastian Thiel
2021-05-03[dua] upgrade to tui 0.15Sebastian Thiel
2021-05-03[tui-react] upgrade tui to 0.15Sebastian Thiel
2021-04-21Fix help menu typoJack Youstra
2021-04-12add installation instructions via homebrewbosr
2021-04-07dependency updateSebastian Thiel
2021-04-01Run actions on mainSebastian Thiel
2021-03-29Enable fundingSebastian Thiel
2021-03-26New resolver using Rust 1.51Sebastian Thiel
2021-03-23thanks clippySebastian Thiel
2021-02-22(cargo-release) version 2.11.1v2.11.1Sebastian Thiel
2021-02-22update changelogSebastian Thiel
2021-02-20Respect 'stay_on_filesystem' when no input files are providedZeb Piasecki
2021-02-17update dependenciesSebastian Thiel
2021-02-17README: add MacPorts install instructionsHerby Gillot
2021-02-15(cargo-release) version 2.11.0v2.11.0Sebastian Thiel
2021-02-15adjust changelog prior to releaseSebastian Thiel
2021-02-15Enforce drawing once after traversal is doneSebastian Thiel
Otherwise some 'scanning' message is likely to remain if there is no additional user input.
2021-02-15Keep selecting the first element during iteration unless…Sebastian Thiel
…the user provided input already. Related to #77
2021-02-15thanks clippySebastian Thiel
2021-02-15Add bindings 'H' and 'G' to go to the top/bottom of any paneSebastian Thiel
Fixes #78
2021-01-23(cargo-release) version 2.10.10v2.10.10Sebastian Thiel
2021-01-23Fix --versionSebastian Thiel
Fixes #76
2021-01-23dependency updateSebastian Thiel
2021-01-07CHANGELOG: fix typongirard
2021-01-07(cargo-release) version 2.10.9v2.10.9Sebastian Thiel
2021-01-07Fix jwalk, the other way around; related to #72Sebastian Thiel
`cargo install` really should do --locked by default, instead of adjusting dependencies trustingly. Otherwise mistakes like these can break everyone.
2021-01-04upgrade to tui 14Sebastian Thiel