Dan Kendalls' Fluff

The best way to find out directory size

On Linux

Install rust

NOTE: I recommend you use the GNU stable toolchain on all platforms for better performance.

Then just

cargo install parallel-disk-usage --bin pdu

then run

pdu

from terminal

On Windows pdu has performance issues you can use gdu the go disk utility as an alternative:

Install scoop

scoop bucket add main
scoop install main/gdu