Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

A tool to show Git like file diffs on command line or in HTML format.

License

Notifications You must be signed in to change notification settings

hamza1886/py-diff-tool

Repository files navigation

diff-tool

A tool to show Git like file diffs on command line or in HTML format.

Getting Started

Python is required to run diff-tool, there is no third-party dependency.

To get output on command line

python diff_tool.py old_shopping_list.txt new_shopping_list.txt

Output

cmd_output

To get output in HTML format

python diff_tool.py old_shopping_list.txt new_shopping_list.txt --html diff.html

Output

html_output

License

The diff-tool is an open-source software licensed under the MIT license.

About

A tool to show Git like file diffs on command line or in HTML format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published