Sebastian Thiel
Sebastian Thiel
Needs https://github.com/KSXGitHub/parallel-disk-usage/issues/28#issuecomment-855176147 to continue.
By the looks of it, the proc filesystem contains a cycle, trapping unsuspecting programs in it. If that's truly the case, I wonder if that's a bug in Flatpack more...
Thanks for looking into this and for narrowing down the cause of the issue. As I am on MacOS, I can't exactly reproduce this issue easily, and would be relying...
Thanks for digging in! I believe that hardcoding exceptions without understanding the root cause is not really going to help in the long-term, and thus would be happy to wait...
I assume you mean file and directory modification dates are the ones to be shown, and agree that this could be a nice feature to have.
It's certainly common to use the binary variants on all platforms I know that aren't Apple. So I think on Apple platforms the behaviour should stay as it is, and...
I agree, this part of the metadata wouldn't have to be stored for all files it iterates. Instead it could be extracted from the meta-data that is queried each time...
The entries panel (the one you are interested in) is [drawn here](https://github.com/Byron/dua-cli/blob/69a2490844d87c09cd5cc51da49e3cd87a03c35a/src/interactive/widgets/entries.rs#L97-L167). Currently it only knows about the [existence of an entry](https://github.com/Byron/dua-cli/blob/69a2490844d87c09cd5cc51da49e3cd87a03c35a/src/interactive/widgets/entries.rs#L102), but that could be [extended here](https://github.com/Byron/dua-cli/blob/69a2490844d87c09cd5cc51da49e3cd87a03c35a/src/interactive/widgets/entries.rs#L102). The trickier...
[CI had problems](https://github.com/Byron/dua-cli/actions/runs/2614312415) and I have restarted the failing tasks in the hopes the runners come up. That should add the missing binaries.
Thanks for letting me know! I have had a preliminary look and here are my findings. * `dua` uses `tui`, which exhibits the behaviour described here both for the termion...