Edit two files side by side, showing differences.
Find a file
Andrew Hamilton 922fb2a782 editor: Fix large pastes and handle fast input
- Control characters and escape sequences are separated regardless
  of input speed.
2022-02-13 09:18:05 +10:00
diff_edit Coding style 2022-02-07 21:11:18 +10:00
tests editor: Add indent and dedent commands 2022-01-31 19:42:59 +10:00
BUGS editor: Fix large pastes and handle fast input 2022-02-13 09:18:05 +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 editor: Fix large pastes and handle fast input 2022-02-13 09:18:05 +10:00
TODO editor: Fix large pastes and handle fast input 2022-02-13 09:18:05 +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