An open API service indexing awesome lists of open source software.

https://github.com/kragniz/inidiff

Find the differences between two ini files
https://github.com/kragniz/inidiff

Last synced: 19 days ago
JSON representation

Find the differences between two ini files

Awesome Lists containing this project

README

        

inidiff
=======

.. image:: https://travis-ci.org/kragniz/inidiff.png
:target: https://travis-ci.org/kragniz/inidiff
:alt: Latest Travis CI build status

Find the differences between two ini config files.

Usage
-----

.. code-block:: bash

$ inidiff some_file.ini some_newer_file.ini
[hello]
-thing=b
+thing=c
[df]
-dfd=fd

Installation
------------

.. code-block:: bash

$ pip install inidiff