A Scoop bucket for Zpace - a CLI tool to discover what's hogging your disk space.
First, add this bucket to Scoop:
scoop bucket add zpace https://github.com/AzisK/scoop-zpaceThen install Zpace:
scoop install zpace# Scan your home directory (default)
zpace
# Scan a specific directory
zpace C:\Users\YourName\Documents
# Show top 20 items per category
zpace -n 20- Scoop package manager
- Python (will be installed as a dependency if not present)
scoop update zpacescoop uninstall zpaceIf you prefer using uv directly (faster):
uv tool install zpaceOr with pip:
pip install zpaceZpace is a CLI tool that helps you identify:
- 📊 Large files grouped by type (Documents, Videos, Code, Pictures, etc.)
- 📦 Space-hungry directories like node_modules, Python virtual environments, and build artifacts
- 🎯 Actionable insights to help you quickly free up space
For more information, visit the Zpace repository.