Edit two files side by side, showing differences.
Find a file
Andrew Hamilton d5da66e7a3 editor: Fix slowdown on large files
- Slowdown seen with undo. Each undo needs syntax highlighting
  of everything again.
- Added caches for speed up.
2022-03-08 13:49:57 +10:00
diff_edit editor: Fix slowdown on large files 2022-03-08 13:49:57 +10:00
tests editor: Fix syntax highlighting of wide characters in tabs 2022-03-06 22:43:21 +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
README.md Recent pip is needed in any case. 2022-01-07 11:31:05 +10:00
setup.py Update version to v2022.02.23 2022-02-23 23:04:11 +10:00
TODO editor: Allow tabs 2022-02-16 19:40:39 +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 --upgrade pip  # A recent version of pip is needed.
pip install ./diff-edit

Then to run:

diff-edit -h