1.0.0 • Published 6 years ago

fatberg v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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+).