summaryrefslogtreecommitdiffstats
path: root/src/traverse.rs
AgeCommit message (Expand)Author
2020-02-22Rename 'count-links' to more descriptive 'count-hard-links'Sebastian Thiel
2020-02-22cargo fmtSebastian Thiel
2020-02-22Add hardlink tracking, and an option to disable itThomas Hurst
2020-02-22Add support for real/apparent sizeThomas Hurst
2019-07-21Show broken symlinks on the first level of iterationSebastian Thiel
2019-06-15Usage of StableGraph fixes logic thus farSebastian Thiel
2019-06-07Assure we don't keep threads around unnecessarily in interactive modeSebastian Thiel
2019-06-05Finally, everything was properly ported to tui-reactSebastian Thiel
2019-06-05First moderately working step towards react-tui modeSebastian Thiel
2019-06-05step 1: we store entries as we enter/exit nodesSebastian Thiel
2019-06-03Removed support to change amount of storable nodesSebastian Thiel
2019-06-03Move 'traverse' module out of 'interactive' - it's unrelatedSebastian Thiel