Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.08 KB

amdiff

Single window ASCII diff tool written in Python 3

I've always wanted a single window diff tool but I couldn't find one so I decided to create one myself.

Supporting Python syntax highlighting

Download Windows executable at - amdiff.exe
Linux and macOS users can run it with:
cd bin
chmod u+x amdiff
./amdiff

Supports command line syntax ./amdiff <file1> <file2>