Terminal utility to display size quota maps on drives and folders
Either checkout the package from the ppa
sudo add-apt-repository ppa:marco-diiga/ppa
sudo apt-get update
sudo apt-get install filepie
or build it yourself (see How to build section).
-
Install ncurses dependencies
apt-get install ncurses-dev
-
Checkout and build
git clone https://github.com/marcodiiga/filepie.git cd filepie cmake . cmake --build . --target all bin/filepie
filepie is licensed under GPLv3