← Back to tools

Polykill

Remove dependencies and build artifacts from unused local projects

Productivity linuxmacoswindows Rust MIT

Description

Polykill is a lightweight command-line utility for removing dependencies and build artifacts from unused local projects. It helps reclaim disk space by cleaning node_modules, target directories, and similar.

AI Summary

Removes dependencies and build artifacts (node_modules, target, etc.) from unused projects to reclaim disk space.

Capabilities

  • + Find and remove node_modules, target, and similar directories
  • + Reclaim disk space from unused projects
  • + Support for multiple languages and build systems

Use When

  • User has many old projects with large dependency folders
  • User wants to reclaim disk space

Avoid When

  • x User needs the dependencies for active projects
View AGENTS.md for Polykill