Edit two files side by side, showing differences.
Find a file
Andrew Hamilton 99339680de Coding style.
- All attributes should be in the __init__.
- Fixed a traceback when pressing ctrl-c as first key.
2022-01-04 10:52:38 +10:00
diff_edit Coding style. 2022-01-04 10:52:38 +10:00
tests Coding style. 2022-01-01 21:38:40 +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 Update version from v2022.01.01 to v2022.01.03. 2022-01-03 19:28:10 +10:00
setup.py Disable ctrl-c and ctrl-z special behaviour. 2022-01-04 08:36:10 +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@v2022.01.03

Or install from source:

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

Then to run:

diff-edit -h