# Ncdu Disk usage analyzer with an ncurses interface. Designed to find space hogs on remote servers without a graphical setup, but equally useful on desktops. Fast, simple, and runs in any minimal POSIX-like environment with ncurses installed. ## Installation ```bash brew install ncdu ``` ## Usage ```bash ncdu # Analyze current directory ncdu /path # Analyze specific path ncdu -x / # Analyze root, staying on same filesystem ```