Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 497 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 497 Bytes

filesizeview

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.

Screenshot

Usage:

$ python filesizeview.py path/to/large/dir

Or:

pip install filesizeview
filesizeview path/to/large/dir