Edit two files side by side, showing differences.
Find a file
Andrew Hamilton 2e96cede00 Coding style
- Use latest versions of dependencies.
  - Portal content can be center aligned.
2022-05-26 14:46:11 +10:00
diff_edit Coding style 2022-05-26 14:46:11 +10:00
tests Coding style 2022-05-16 00:27:46 +10:00
BUGS Fix crashes during scrolling 2022-03-08 10:06:47 +10:00
install Don't install pip with apt. 2022-05-13 14:16:29 +10:00
LICENSE Initial commit. 2022-01-01 17:37:20 +10:00
README.md Add install script 2022-05-12 23:56:47 +10:00
setup.py Coding style 2022-05-26 14:46:11 +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 --use-deprecated=legacy-resolver git+https://github.com/ahamilton/diff-edit

Or install from source:

git clone https://github.com/ahamilton/diff-edit
cd diff-edit
./install

Then to run:

diff-edit -h