Byron / dua-cli

View disk space usage and delete unwanted data, fast.
https://lib.rs/crates/dua-cli
MIT License
4.19k stars 113 forks source link

add --no-entry-check flag #228

Closed Byron closed 10 months ago

Byron commented 10 months ago

With it, in interactive mode, entries will not be checked for presence.

This can avoid laggy behaviour when switching between directories as lstat calls will not run, which can be slow on some filesystems.

Fixes #227