I’m sharing a small open-source desktop tool I built to simplify managing .env files across multiple projects.
Env-shelf scans a selected folder, lists all .env files it finds, and lets you view and edit environment variables from a single UI. The goal is to reduce friction when working on multiple repositories and avoid mistakes caused by manual editing of scattered config files.
It is free and open source.
Demo / landing page: https://env-shelf.vercel.app/
Repository: https://github.com/ivanglpz/env-shelf-local
Feedback and suggestions are welcome.