summaryrefslogtreecommitdiffstats
path: root/src
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-03Show directories very similar to ncduSebastian 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-03Compute percentage (at all), non-graphical for nowSebastian Thiel
2019-06-03preliminary styling for selected entriesSebastian 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-03prepare for mutable state in application, even more :DSebastian Thiel
2019-06-03Prepare for handling mutable application stateSebastian Thiel
2019-06-03Sorting by size, descending, for entriesSebastian Thiel
2019-06-03Don't display '0' for total bytes while traversingSebastian Thiel
2019-06-03Assure root size is properly computedSebastian Thiel
2019-06-03refactorSebastian Thiel
2019-06-03Separate Footer widget; refresh display before event loopSebastian Thiel
2019-06-03bytes formatting for interactive + footerSebastian Thiel
2019-06-03 Explicitly declare an init-windowSebastian Thiel
2019-06-03Minimal event handling to allow viewing the TUISebastian Thiel
2019-06-03Pull out draw code into closureSebastian Thiel
2019-06-03prepare decouplingSebastian Thiel
2019-06-03refactorSebastian Thiel
2019-06-03move modules into their own filesSebastian Thiel
2019-06-02First sketch of drawing code - it's quite neat and straightforwardSebastian Thiel
2019-06-02Infrastructure for screen updates while gathering dataSebastian Thiel
2019-06-02refactor - better, and it shows it's clearly two distinct thingsSebastian Thiel
2019-06-02refactor - still ain't pretty, but it's good enough for nowSebastian Thiel
2019-06-02Very hacky passing tests... let's refactor that!Sebastian Thiel
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