FatBoySize – disk usage information tool, it shows directories, files sizes in terminal.
Supports any OS that support Python 3.
Usage: python3 fbs.py
Verbose mode 1: python3 fbs.py -v
Verbose mode 2: python3 fbs.py --version
Right now it works only for current terminal path.
Result example:
python3 ~/Sources/my/fatboysize/fbs.py
.local -> 145. GB
Downloads -> 103. GB
.cache -> 37.0 GB
.android -> 11.6 GB
Sources -> 8.63 GB
As you can see, directory Downloads is quite large.
Links
https://gitlab.com/demensdeum/fatboysize/