summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-06-04separate modules files for widgetsSebastian Thiel
2019-06-04first step towards modularizing widgetsSebastian Thiel
2019-06-04be sure to hide the cursor explicitlySebastian Thiel
2019-06-03page up and down in navigationSebastian Thiel
2019-06-03Removed support to change amount of storable nodesSebastian Thiel
2019-06-03Add support for messages in the footerSebastian Thiel
2019-06-03The first version of list scrolling... works but funnily :DSebastian Thiel
2019-06-03refactorSebastian Thiel
2019-06-03refactorSebastian Thiel
2019-06-03Add 'O' to open a folder or file using the default programSebastian Thiel
2019-06-03Improve title display, deal with relative pathsSebastian Thiel
2019-06-03Better title for entries, based on the paths your are inSebastian Thiel
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