summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-03-01Fixes clippy error in rust 1.76Piotr Wach
2024-01-23feat: add `dua i --no-entry-check` flag. (#227)Sebastian Thiel
2024-01-20Fix refresh with multiple input pathsPiotr Wach
2024-01-09refactorSebastian Thiel
2024-01-08clippyPiotr Wach
2024-01-08New TraversalPiotr Wach
2024-01-07fmtPiotr Wach
2024-01-07clippyPiotr Wach
2024-01-07cargo fmtPiotr Wach
2024-01-07wipPiotr Wach
2024-01-07Clean-up init functionPiotr Wach
2024-01-07Move ByteFormat out of WalkOptionsPiotr Wach
2024-01-07Move TerminalApp to separate filePiotr Wach
2024-01-06No Interactive enumPiotr Wach
2024-01-03Use `gix-path` for more control and performance.Sebastian Thiel
2023-12-27fix ignore dirs wipPiotr Wach
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-27Option to enable debug logsPiotr Wach
2023-12-26upgrade to latest verison of tui-crates and native crossterm events. (#203)Sebastian Thiel
2023-12-11fix: single files will not cause IO error (#194)Sebastian Thiel
2023-12-06assure `device_id` is taken from the final CWD (#186) (#110)Sebastian Thiel
2023-12-06Skip through single root directoryPiotr Wach
2022-12-13feat: Remove the handbrake on MacOS which can now deliver the expected perfor...Sebastian 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-07-22Add Apple M2 to default thread derivationFerdia McKeogh
2022-02-21Adjust to changes in clapSebastian Thiel
2022-01-23Update clap to official releaseMarcin Puc
2021-12-27feat: Add `--ignore-dirs` option, with useful default on linux (#116)Sebastian Thiel
2021-10-26fix: cargo install without --locked should work now (#111)Sebastian Thiel
2021-10-26change: auto-config support for Apple M1 Pro and Apple M1 MaxSebastian Thiel
2021-06-30upgrade sysinfoSebastian Thiel
2021-06-09Show TUI on stderr to enable writing files to stdoutSebastian Thiel
2021-06-08Print marked items upon exit if these are left in the marked paneSebastian Thiel
2021-06-07Prepare new releaseSebastian Thiel
2021-06-07Set default processor count on Apple Silicon in a way that won't be totally w...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-02-20Respect 'stay_on_filesystem' when no input files are providedZeb Piasecki
2021-02-15Enforce drawing once after traversal is doneSebastian Thiel
2021-02-15Keep selecting the first element during iteration unless…Sebastian Thiel
2021-02-15thanks clippySebastian Thiel
2020-12-16Select better default thread count on Apple Silicon (M1)Sebastian Thiel
2020-11-15switch from structup to clap 3 beta.2Sebastian Thiel
2020-07-23fix clippy warningsMaxim Zhukov
2020-07-07Fix color handling (causing the text to disappear); fix tty detectionSebastian Thiel
2020-07-06add windows wildcard argument support (using `wild`)Roy Ivy III
2020-07-06Make interactive mode optional, allow selection of backend for windows, unixSebastian Thiel
2020-07-06Always use crossterm for now just to test if it works and…Sebastian Thiel