summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
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
2019-06-01Add --no-total optionSebastian Thiel
2019-06-01Better error reportingSebastian Thiel
2019-06-01Support for paths specification without subcommandSebastian Thiel
2019-06-01Compute the total if there are more than one pathsSebastian Thiel
2019-06-01Support for various byte formatsSebastian Thiel
2019-06-01Let's just say we compute the aggregate correctlySebastian Thiel
2019-06-01First basic implementation of aggregation; symlinks are not handled yetSebastian Thiel
2019-05-31The first failing testSebastian Thiel
2019-05-29First instantiation of templateSebastian Thiel