summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-06-02Add another failing testSebastian Thiel
2019-06-02And now it seems to work... not trusting it just yetSebastian Thiel
2019-06-02Now computation actually works - next up is handling of the rootSebastian Thiel
2019-06-02probably a bit closer to a correct implementation.Sebastian Thiel
2019-06-02Add test showing sizes don't work, and graph traversal neither :DSebastian Thiel
2019-06-02One step closer to the actual tree-building implementationSebastian 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-02Highlight files with a different colorSebastian Thiel
2019-06-01Simplified handling of 'no paths given' casev1.1.0Sebastian Thiel
2019-06-01now with colored helpSebastian 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-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
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-01Add byte formattingSebastian Thiel
2019-06-01By not counting directories, we get the correct amount of bytesSebastian Thiel
2019-06-01Let's just say we compute the aggregate correctlySebastian Thiel
2019-06-01An attempt to abstract link size, but it's not required actually :DSebastian 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