Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 880 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 880 Bytes

Disk Space Command

Show how much each folder and file ocuppies in relation to the searched directory.

Install

python setup.py install

Usage

usage: diskspace.py [-h] [-o {desc,asc}] [-s HIDE] [-a | -d DEPTH] [-t] [DIR]

Analizes and reports the disk usage per folder

positional arguments:
  DIR                   Directory to be analized

optional arguments:
  -h, --help            show this help message and exit
  -o {desc,asc}, --order {desc,asc}
                        The file order inside each folder
  -s HIDE, --hide HIDE  Hides all files that have a percentage lower than this
                        value
  -a, --all             Shows the full tree
  -d DEPTH, --depth DEPTH
                        Specifies the folder maximum depth to be analyzed
  -t, --tree-view       Display the result in a tree mode