zapman449 / file_hierarchy_analyzer

Given a directory, analyze the contents. Initially break down by size and file extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file_hierarchy_analyzer

Given a directory, analyze the contents. Initially break down by size and file extension.

USAGE:

./fha.py <-h|--help>
    print this message
./fha.py 
    analyze 
./fha.py
    analyze current directory (equal to './fha.py .')

About

Given a directory, analyze the contents. Initially break down by size and file extension.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%