FatBoySize is a utility for displaying the size of folders and files in the terminal.
Works on any system that supports Python 3.
Run: python3 fbs.py
Output mode 1: python3 fbs.py -v
Output mode 2: python3 fbs.py --version
Only works for the current open path in the terminal.
Example of the result: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, the Downloads folder is quite big
Links
https://gitlab.com/demensdeum/fatboysize/ p>