🔧 IntelliJ IDEA plugin for comparing .env files (like .env vs env.testing) and showing you the differences instantly. Designed for teams who maintain both local and test/staging environments.
- Compares
.envandenv.testing(or custom files) - Ignores keys listed in
envdiffignore.jsonor fallbackenvdiffignore.default.json - Git pull listener: notifies you if the files differ
- Customizable filenames and ignore list via plugin settings
- One-click diff view in Tools menu
- Localized in English and Russian
- Safe, fast, and open-source
- Open IntelliJ IDEA
- Go to
Settings→Plugins - Search for
Kolesa EnvDiff Notifier - Click
Installand restart the IDE
- Build the plugin using
./gradlew buildPlugin - Go to
Settings→Plugins - Click the ⚙️ icon →
Install Plugin from Disk - Choose the downloaded
.zipfile frombuild/distributions/ - Restart the IDE
- Place your
.envandenv.testingfiles in your project root - (Optional) Add keys to ignore in
envdiffignore.json - Trigger the plugin from
Tools → 🔍 Check .env Diff - Or simply
git pull— and you'll see a notification if something changed
Issues and PRs are welcome!
Feel free to localize into other languages or improve UI/UX 🙌
MIT © Kolesa Group, 2025