Skip to content

AzisK/scoop-zpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scoop-zpace

A Scoop bucket for Zpace - a CLI tool to discover what's hogging your disk space.

Installation

First, add this bucket to Scoop:

scoop bucket add zpace https://github.com/AzisK/scoop-zpace

Then install Zpace:

scoop install zpace

Usage

# Scan your home directory (default)
zpace

# Scan a specific directory
zpace C:\Users\YourName\Documents

# Show top 20 items per category
zpace -n 20

Requirements

  • Scoop package manager
  • Python (will be installed as a dependency if not present)

Update

scoop update zpace

Uninstall

scoop uninstall zpace

Alternative Installation

If you prefer using uv directly (faster):

uv tool install zpace

Or with pip:

pip install zpace

About Zpace

Zpace 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.

About

Scoop for Zpace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors