Results 1797 comments of Sebastian Thiel

I am waiting [for an update to `tui`](https://github.com/fdehau/tui-rs/pull/392#issuecomment-712268163) to see if a more recent version of `crossterm` fixes the issue. I will update this issue once there is something new...

That would certainly be nice to have! Implementing it _well_ is something that wouldn't come easily to me as… * it should be affecting only the directory tree one is...

> The way I end up using this tool mostly is dua i /some/path (so it already has the path). It computes the space, then I may end up using...

That's true, in this example it would definitely forget files selected for deletion. In another step one might be able to pass these as well. Doing so would certainly complicate...

By now, input handling is indeed done in a separate channel. That should make tackling this issue possible.

Thanks for the reminder. I did take another look and it turns out that more recent `crossterm` versions provide a `Resize` event which one only has to listen to. The...

Great hint! It very well could be, since I just recently started to close the computer's lid over night. In times when I didn't do that, I (_at least_) never...

Thanks for posting! It's a known issue, which won't be a show stopper as double-deletion of files has no effect, so `Ctrl+R` still works as expected. It's probably something that...

Hi @AngelLomeli , so great to hear you would like to give it a try, and here you will receive nothing but encouragement in that undertaking :)! You are right,...

That would be interesting for some use-cases for sure and quite straightforward to implement I presume if one uses standard Rust serialization.