summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
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
2020-07-06Use crosstermion to create a terminal with the corresponding backendSebastian Thiel
2020-07-02Bring structopt back, argh doesn't support OsStringsSebastian Thiel
2020-07-02Use 'anyhow' instead of 'failure' to simplify code and reduce bloatSebastian Thiel
2020-07-02All tests work with argh (which really needs aliases)Sebastian Thiel
2020-07-02First version of options struct based on ArghSebastian Thiel
2020-05-31Avoid deallocation a potentially big hashmapSebastian Thiel
2020-05-04Add '-x' flag to not cross filesystemsSebastian Thiel
2020-03-29Don't try to shutdown keyinput thread to not lose input eventsSebastian Thiel
2020-03-29Allow initial scan to be interrupted properly…Sebastian Thiel
2020-03-29Properly shutdown dua with quick-exit - solves all problemsSebastian Thiel
2020-03-29Now there could possibly be abortable and navigatable GUI while scanning…Sebastian Thiel
2020-03-29Also exit quickly when ctrl+c is pressedSebastian Thiel
2020-03-29cleanup 'quick-hack' done in 2.3.9 - much better nowSebastian Thiel
2020-03-14exit the program directly to avoid latencySebastian Thiel
2020-02-22Rename 'count-links' to more descriptive 'count-hard-links'Sebastian Thiel
2020-02-22Add hardlink tracking, and an option to disable itThomas Hurst
2020-02-22Add support for real/apparent sizeThomas Hurst
2019-07-22Forbid unsafe everywhereSebastian Thiel
2019-07-21Show broken symlinks on the first level of iterationSebastian Thiel
2019-07-21Assure we flush stdout to switch back to the previous screenSebastian Thiel
2019-06-15Fix journey-testsSebastian Thiel
2019-06-07Happy clippySathish
2019-06-05Add tui-react as library - it's proven (enough)...Sebastian Thiel
2019-06-05First moderately working step towards react-tui modeSebastian Thiel
2019-06-05Moved 'interactive' portion of code into binary - break unit tests for nowSebastian Thiel
2019-06-03Show directories very similar to ncduSebastian Thiel
2019-06-03bytes formatting for interactive + footerSebastian Thiel
2019-06-02first failing attempt to build a graph on demandSebastian Thiel
2019-06-02First failing test - even though just a guess :DSebastian Thiel
2019-06-02first infrastructure for unit-level testsSebastian Thiel
2019-06-02basic frame to support new interactive modeSebastian Thiel
2019-06-01Simplified handling of 'no paths given' casev1.1.0Sebastian Thiel
2019-06-01Add minimal library documentationSebastian Thiel
2019-06-01Support for colors. Using green, which might be invisible to some!Sebastian Thiel
2019-06-01Add simple statistics, just for fun!Sebastian Thiel
2019-06-01Sort by size in bytes by default; can be turned off for immediate feedbackSebastian Thiel
2019-06-01Pull out all modules into filesSebastian Thiel