summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2019-06-05Moved 'interactive' portion of code into binary - break unit tests for nowSebastian Thiel
2019-06-03Move 'traverse' module out of 'interactive' - it's unrelatedSebastian Thiel
2019-06-02basic frame to support new interactive modeSebastian 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-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
Might have to look at the link handling again, for now it seems it does not follow symlinks anyway, so our computation should be correct.
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