summaryrefslogtreecommitdiffstats
path: root/src/common.rs
AgeCommit message (Expand)Author
2021-05-30Fix testsSebastian Thiel
2021-05-30Only fetch metadata for files for a speedupSebastian Thiel
2021-01-04dependency updateMaxim Zhukov
2020-07-07Fix color handling (causing the text to disappear); fix tty detectionSebastian Thiel
2020-07-02Use u128 for byte sizesThomas Hurst
2020-05-04Add '-x' flag to not cross filesystemsSebastian Thiel
2020-03-29Allow initial scan to be interrupted properly…Sebastian Thiel
2020-03-16Now we are truly single-threaded when threads = 1Sebastian Thiel
2020-03-16jwalk 0.5 has landed - now we don't follow symlinks during traversal!Sebastian Thiel
2020-03-15Revert "Upgrade to jwalk 0.5; stop following symlinks during traversal"Sebastian Thiel
2020-03-15Upgrade to jwalk 0.5; stop following symlinks during traversalv2.3.4Sebastian 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-06-15Usage of StableGraph fixes logic thus farSebastian Thiel
2019-06-15refactorSebastian Thiel
2019-06-07Happier clippySebastian Thiel
2019-06-07First prettier version of mark paneSebastian Thiel
2019-06-07Happy clippySathish
2019-06-05move sorted_entries closer to where it is usedSebastian Thiel
2019-06-05Moved 'interactive' portion of code into binary - break unit tests for nowSebastian Thiel
2019-06-04Support for changing the percentage displaySebastian Thiel
2019-06-04Add support for static byte unitsSebastian Thiel
2019-06-04Properly fix byte column width handlingSebastian Thiel
2019-06-04Fix byte formattingSebastian Thiel
2019-06-04refactorSebastian Thiel
2019-06-03Add 'O' to open a folder or file using the default programSebastian Thiel
2019-06-03Move 'traverse' module out of 'interactive' - it's unrelatedSebastian Thiel
2019-06-03Show directories very similar to ncduSebastian Thiel
2019-06-03Compute percentage (at all), non-graphical for nowSebastian Thiel
2019-06-03Unify sorting to start dealing with selectionsSebastian Thiel
2019-06-03Assure root size is properly computedSebastian Thiel
2019-06-03bytes formatting for interactive + footerSebastian Thiel
2019-06-02First failing test - even though just a guess :DSebastian Thiel
2019-06-02basic frame to support new interactive modeSebastian 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-01Nicer formatting of numbersSebastian Thiel
2019-06-01Make explicit that Sorting is disabled during aggregation; more spacingSebastian Thiel
2019-06-01Pull out all modules into filesSebastian Thiel