Gendiff is a CLI-utility defining the difference between two files.
"gendiff" requires Python 3.6+ to run.
$ pip install -i https://test.pypi.org/simple/ oleglego94-gendiff --extra-index-url https://pypi.org/simple/
$ gendiff -h
usage: gendiff [-h] [-f {stylish,plain,json}] first_file second_file
Generate diff
positional arguments:
first_file
second_file
optional arguments:
-h, --help show this help message and exit
-f {stylish,plain,json}, --format {stylish,plain,json}
set format of output (default: stylish)