A tool to show Git like file diffs on command line or in HTML format.
Python is required to run diff-tool, there is no third-party dependency.
python diff_tool.py old_shopping_list.txt new_shopping_list.txtOutput
python diff_tool.py old_shopping_list.txt new_shopping_list.txt --html diff.htmlOutput
The diff-tool is an open-source software licensed under the MIT license.