- name
- sizeup
- description
- Disk usage analyzer with tree view, large file finder, and extension breakdown. Like
dubut actually readable. Pure Python, zero dependencies.
sizeup
Disk usage analyzer with tree view, large file finder, and extension breakdown. Like du but actually readable. Pure Python, zero dependencies.
Usage
# Tree view of current directory
sizeup
# Analyze specific path
sizeup /var/log --depth 2
# Only show items >= 10MB
sizeup --min 10M
# Top 20 largest files
sizeup /home --top 20
# Extension breakdown
sizeup . --ext
# JSON output
sizeup --top 10 --jsonFeatures
- Color-coded tree — red (≥1GB), yellow (≥100MB), cyan (≥10MB)
- Large file finder —
--top Nfinds the biggest files fast