Edit two files side by side, showing differences.
Find a file
Andrew Hamilton 8b24095d63 editor: Use bell sound.
- Ring bell when no more changes to undo, or when aborting command.
2022-01-13 14:09:55 +10:00
diff_edit editor: Use bell sound. 2022-01-13 14:09:55 +10:00
tests editor: Add the abort command 2022-01-13 13:25:00 +10:00
BUGS editor: Fix scrolling crash. 2022-01-07 17:55:16 +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 undo command 2022-01-13 13:28:45 +10:00
TODO Update TODO 2022-01-13 14:00:56 +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