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>