A program to display the contents of a directory as rectangles with sizes according to the files sizes. It is supposed to work like Konqueror's "File Size View", but it uses curses.
Original author (early 2000s): @mkuettler.
Usage:
$ python filesizeview.py path/to/large/dir
Or:
pip install filesizeview
filesizeview path/to/large/dir