IniDiffUtils is a package of Perl utilities that compares, patches and filters INI files.
It works much as the GNU diffutils package works, but taking the INI structure of section, key and values into account.
It is derived from Michael Rendell's wonderful and unique Regutils package now maintained here: https://sourceforge.net/projects/regutils/, but originally available here: http://www.cs.mun.ca/~michael/regutils.
IniDiffUtils was separated from the other parts of RegUtils so that INI differencing, filtering and patching could be treated separately from the Windows registry focus of the original package.
IniDiffUtils has moved to GitHub here: https://github.com/jeremysquires/App-IniDiff
It was also published to CPAN here: https://metacpan.org/pod/App::IniDiff::IniFile
Features
- Compare INI files accurately regardless of the ordering of sections and settings.
- Creates editable INI file patches and applies these patches to other INIs.
- Allows filtering (inclusion and exclusion) of INI and patch settings.
- Command line execution for automation.