summaryrefslogtreecommitdiffstats
path: root/src/common.rs
AgeCommit message (Expand)Author
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