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
- Host: GitHub
- URL: https://github.com/kragniz/inidiff
- Owner: kragniz
- License: mit
- Created: 2015-07-26T15:22:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T14:48:01.000Z (almost 10 years ago)
- Last Synced: 2025-04-24T01:48:40.314Z (about 1 month ago)
- Language: Python
- Size: 152 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
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 statusFind 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=fdInstallation
------------.. code-block:: bash
$ pip install inidiff