summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-12-13Release dua-cli v2.18.2v2.18.2Sebastian Thiel
2022-12-13fix: downgrade `jwalk` to 0.6 - the latest version does not actually iterate ↵Sebastian Thiel
but instead keeps everything in memory. That's why `dua` didn't feel responsive anymore, was much slower and built up a lot of memory.
2022-12-13adjust maximum package sizeSebastian Thiel
2022-12-13Release dua-cli v2.18.1v2.18.1Sebastian Thiel
2022-12-13prepare changelog prior to releaseSebastian Thiel
2022-12-13upgrade to clap 4Sebastian Thiel
2022-12-13upgrade sysinfo and make thread detection work for all Apple M series for now.Sebastian Thiel
2022-12-13upgrade to trash v3.0Sebastian Thiel
2022-12-13thanks clippySebastian Thiel
2022-12-13update dependenciesSebastian Thiel
2022-09-19adjust journey-test expectations according to difference in color encoding.Sebastian Thiel
owo-colors seems to use different code for colors.
2022-09-19chore: replace `colored` dependency with `owo-colors`.Sebastian Thiel
The latter provide zero-allocation coloring in the terminal and may improve compile times a little.
2022-09-19refactorSebastian Thiel
2022-09-19thanks clippySebastian Thiel
2022-09-18refactor: colored path printing; fix size column formatSergey A
2022-09-12Release dua-cli v2.18.0v2.18.0Sebastian Thiel
2022-09-12update changelogSebastian Thiel
2022-09-12Make sure the correct version of `crosstermion` is usedSebastian Thiel
2022-09-12prepare changelogSebastian Thiel
2022-09-12Merge branch 'dep-upgrade'Sebastian Thiel
2022-09-12feat: Automatically resize if the terminal changes in size. (#28)Sebastian Thiel
2022-09-12upgrade dependencies to tui 0.19/crossterm 0.25Sebastian Thiel
2022-09-01dependencies: switch from colored to owo-colorsSergey A
owo-colors is well-maintained, zero-allocation, zero-dependencies crate for terminal colors. Also it works on any type that implements Display trait, not just on strings.
2022-07-22Add Apple M2 to default thread derivationFerdia McKeogh
2022-07-20'Other' -> 'Pre-built binaries' for claritySebastian Thiel
2022-07-20Add Scoop installation for Windowssitiom
2022-07-05Release dua-cli v2.17.8v2.17.8Sebastian Thiel
2022-07-05speedup CI by adding a rust-cacheSebastian Thiel
2022-07-05fix: remove `chrono` from the dependency tree.Sebastian Thiel
This assures there is no possibility for undefined behaviour to to localtime support used by some of the `trash`-crate code otherwise.
2022-07-05dependency updateSebastian Thiel
2022-06-14Release dua-cli v2.17.7v2.17.7Sebastian Thiel
2022-06-14update changelog prior to releaseSebastian Thiel
2022-06-14Merge branch 'show-path'Sebastian Thiel
2022-06-14restyle for compatibility with 'light' color schemesSam Mason
2022-06-12Release dua-cli v2.17.6v2.17.6Sebastian Thiel
2022-06-12update changelog prior to releaseSebastian Thiel
2022-06-12upgrade 'open' to latest versionSebastian Thiel
2022-06-12dependency updateSebastian Thiel
2022-05-13Release dua-cli v2.17.5v2.17.5Sebastian Thiel
2022-05-13fix: update to latest version of `trash` to improve trashing on linux (#124)Sebastian Thiel
See [their respective release](https://github.com/Byron/trash-rs/releases/tag/v2.1.2).
2022-05-13Fix installation instructions, for real this time (#127)Sebastian Thiel
Or so I hope. Thanks @zhangsan6661 for the help.
2022-05-12Release dua-cli v2.17.4v2.17.4Sebastian Thiel
2022-05-12update changelog prior to release (#124)Sebastian Thiel
2022-05-12Merge branch 'broken-link-handling'Sebastian Thiel
2022-05-12fix: Open interactive mode even if one of the input paths can't be read. (#124)Sebastian Thiel
Note that there can still be improvements in indicating which path failed. Also it will happily show an empty user interface in case all input paths are not readable.
2022-05-12fix: broken or non-existing root path will still print the valid results. (#124)Sebastian Thiel
Previously it would fail completely without printing anything.
2022-05-12record status quo (#124)Sebastian Thiel
2022-05-10Release dua-cli v2.17.3v2.17.3Sebastian Thiel
2022-05-10fix: dependency update; upgrade to trash v2.1.1 .Sebastian Thiel
The trash upgrade makes sure that trashed items on mount points on freedesktop are actually restorable.
2022-05-09update readme to reflect the changes in install.sh (#123)Sebastian Thiel
Tags aren't retrieved automatically anymore as _something changed_ which breaks the universal install script.