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

Fix inode filtering with multiple devices #57

Closed Freaky closed 4 years ago

Freaky commented 4 years ago

Inodes are only unique per device, so include device in the lookup.

Also replace a conditional with an additional pattern match, makes it a bit tidier I think.