Fatdog64
710
ncdu
Description: ncdu (NCurses Disk Usage) is a curses-based version of
the well-known 'du', and provides a fast way to see what
directories are using your disk space.

Source: https://github.com/rofl0r/ncdu

Dependencies:

- a POSIX-compliant operating system (Linux, BSD, etc)
- curses libraries and header files

INSTALL

./configure --prefix=/usr
make
make install