summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2019-06-03Move 'traverse' module out of 'interactive' - it's unrelatedSebastian Thiel
2019-06-03add 'u' key to go up one levelSebastian Thiel
2019-06-03add 'o' navigationSebastian Thiel
2019-06-03add 'k' navigation keySebastian Thiel
2019-06-03add 'j' key functionality for basic navigationSebastian Thiel
2019-06-03make working with nodes less cumbersome in unit testsSebastian Thiel
2019-06-03Unify sorting to start dealing with selectionsSebastian Thiel
2019-06-03Test for handling the root correctly in interactive modeSebastian Thiel
2019-06-03The first test for user input, yeah!Sebastian Thiel
2019-06-03bytes formatting for interactive + footerSebastian Thiel
2019-06-03refactorSebastian Thiel
2019-06-02refactor - still ain't pretty, but it's good enough for nowSebastian Thiel
2019-06-02Add another failing testSebastian 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-02Tree building works - next: sizesSebastian 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-01Simplified handling of 'no paths given' casev1.1.0Sebastian 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-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-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