A simple command-line tool to analyze disk usage and view directory sizes
- Recursive directory scanning with progress bar
- Readable file sizes (B, KB, MB, GB, TB)
- Output showing directory structure
- Metadata collection
-
Clone the repository:
git clone https://github.com/egorvts/DiskUsage.git cd DiskUsage -
Install dependencies:
pip install -r requirements.txt
python src/cli.py /path/to/directorypython src/cli.py /DocumentsThis will scan the specified directory and display a tree view with file sizes:
- Python 3.7+
- tqdm (for progress bars)
View the LICENSE file