Edit two files side by side, showing differences.
Find a file
Andrew Hamilton a23049c0f4 Its best to install from the tip.
- Installing from the latest tag misses the latest fixes and features.
2022-01-07 11:25:54 +10:00
diff_edit editor: Add delete line command. (ctrl-k) 2022-01-07 11:15:30 +10:00
tests editor: Add delete line command. (ctrl-k) 2022-01-07 11:15:30 +10:00
BUGS Update TODO and BUGS. 2022-01-04 10:00:42 +10:00
LICENSE Initial commit. 2022-01-01 17:37:20 +10:00
README.md Its best to install from the tip. 2022-01-07 11:25:54 +10:00
setup.py editor: Add delete key. 2022-01-07 09:27:29 +10:00
TODO Update TODO and BUGS. 2022-01-04 10:00:42 +10:00

Diff-edit

⚠️ Out of order, do not use.

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 ./diff-edit

Then to run:

diff-edit -h