Byron / dua-cli

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

add --no-entry-check flag #228

Closed Byron closed 5 months ago

Byron commented 5 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