sharkdp / diskus

A minimal, fast alternative to 'du -sh'
Apache License 2.0
1.02k stars 35 forks source link

Add an option to follow symlinks #44

Open SuperSandro2000 opened 3 years ago

SuperSandro2000 commented 3 years ago

du supports follow symlinks with the -L option. There is no such option in diskus. I want to use diskus to calculate the size of packages in NixOS which makes heavy use of symlinks.

sharkdp commented 3 years ago

Thank you for your request. Sounds good.