fatberg
Find out what file types are clogging up your disk's pipes.
Description
Outputs a list of file extensions that appear in the current directory and subdirectories, ordered by total file size.
This allows you to quickly find out what types of files are the culprits of making your repository (or any directory) bigger than expected.
Perhaps your designer committed his big .psd
or .sketch
file, or there's some innocent looking gigabyte-sized .log
file hidden somewhere.
Usage
fatberg
Yep, that's it. Run it in the directory that you want to analyze.
Installation
npm install -g fatberg
Requires a recent version of Node.js (8+).