Skip to content

Python utility for advanced recursive listing directory contents

License

Notifications You must be signed in to change notification settings

ArtemBorodinEvgenyevich/DiskUsage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiskUsage console utility

forthebadge made-with-python

Description:

Simple console utility for displaying directory contents and theirs properties.

Shows directory contents:

  • file path
  • file extension
  • file permissions
  • file owner
  • file access/modify date
  • inode
  • device id inode resides on
  • links number to a file

Allows sorting from high to low and vice-versa:

  • by depth
  • by size

Allows result output in a single file with any table format supported by tabulate

Supports directory tree view output.

Usage:

Works on OS like: Windows, Linux. (should work on MacOS, haven't tested yet)

Minimal required python version - 3.7

Use python3 disk_usage.py [PATH-TO-DIR] to start search in specified directory. Current path is using, if no given.

Use python3 disk_usage.py -h to see a detailed info about arguements.

Docs:

To see docs, run host_docs_local.py from /Docs folder. It will open docs in your system default web browser. You can also rebuild docs from source using build_html.py (Requires sphinx sphinx_rtd_theme recommonmark to be installed)

About

Python utility for advanced recursive listing directory contents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages