Environment Variable Checker
Catches env variable bugs early in SvelteKit/Next.js, but eslint-dotenv already does this.
🐍 CLI tool to find and delete unused Python virtual environments (.venv, poetry, conda, pipenv, uv). Reclaim disk space effortlessly — supports bulk delete, size reporting, and pycache cleanup.
Cleans 11 Python environment types with interactive TUI — every dev has this disk space problem.
Python developers accumulating orphaned virtual environments
pyenv-uninstall · virtualenv-tools · conda-clean
Catches env variable bugs early in SvelteKit/Next.js, but eslint-dotenv already does this.
Scans code for variable usage to autocomplete .env keys automatically.
Code-scanning to auto-discover env vars beats manual .env validation.
Monorepo-aware .env validation with autocomplete from actual code usage.
Yet another .env linter, but monorepo nearest-file resolution is actually useful.
Catches PUBLIC_ prefix misuse in SvelteKit when dotenv-linter exists.