All toolsdevelopmentEnvironment file parserParse, sort, quote, and compare .env files with duplicate key diagnostics.Caches after visitSaveFormatCompare.env input# App config API_URL=https://example.com SECRET=two words API_URL=https://override.example.comFormatted output# App config API_URL=https://example.com API_URL=https://override.example.com SECRET="two words"Sort keysQuote unsafe valuesPreserve commentsKeep export prefixCopy formatted .envDuplicate API_URL: lines 2, 4