You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting! I would argue that it does not respond at all while it is scanning. Dua itself is fully synchronous, and will either process keyboard input or scan the file system while providing occasional updates. The underlying issue is that while in alternative terminal mode, the shell will not be able to intercept interrupts, but dua is implementing it by itself. While scanning, it won't listen to keyboard input which is why it appears unresponsive.
When scanning large amounts of data that can take dua minutes even, this certainly is not acceptable anymore.
I can imagine fixing that soonish, which would come with the additional benefit of allowing to navigate the tree structure while files are parsed. The latter might happen in a second step though.
dua reacts very slowly (takes several minutes) to <Ctrl+C> when in scanning mode.
This happens at least when directories contain TBs of data and milions of files.
The text was updated successfully, but these errors were encountered: