Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 885 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 885 Bytes

filepie license

Terminal utility to display size quota maps on drives and folders

asciicast

How to get filepie

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

How to build

  1. Install ncurses dependencies

     apt-get install ncurses-dev
    
  2. Checkout and build

     git clone https://github.com/marcodiiga/filepie.git
     cd filepie
     cmake .
     cmake --build . --target all
     bin/filepie
    

License

filepie is licensed under GPLv3