Edit two files side by side, showing differences.
Find a file
Andrew Hamilton 41120f7e81 editor: Colourise the file name in the header
- Using a dark grey background for contrast with most colors.
2022-04-30 14:17:35 +10:00
diff_edit editor: Colourise the file name in the header 2022-04-30 14:17:35 +10:00
tests editor: Add a class and function browser 2022-04-19 11:23:32 +10:00
BUGS Fix crashes during scrolling 2022-03-08 10:06:47 +10:00
LICENSE Initial commit. 2022-01-01 17:37:20 +10:00
LS_COLORS editor: Colourise the file name in the header 2022-04-30 14:17:35 +10:00
README.md Remove out of order warning 2022-03-16 23:55:12 +10:00
setup.py editor: Colourise the file name in the header 2022-04-30 14:17:35 +10:00
TODO editor: Colourise the file name in the header 2022-04-30 14:17:35 +10:00

Diff-edit

Summary

Edit two files side by side, showing differences.

Installation

Install diff-edit directly using pip:

pip install --upgrade pip  # A recent version of pip is needed.
pip install git+https://github.com/ahamilton/diff-edit

Or install from source:

git clone https://github.com/ahamilton/diff-edit
pip install --upgrade pip  # A recent version of pip is needed.
pip install ./diff-edit

Then to run:

diff-edit -h