2022-01-01 17:37:20 +10:00
|
|
|
# Diff-edit
|
|
|
|
|
|
|
|
|
|
## 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.
|
2022-05-11 23:04:41 +10:00
|
|
|
pip install --use-deprecated=legacy-resolver git+https://github.com/ahamilton/diff-edit
|
2022-01-01 17:37:20 +10:00
|
|
|
|
|
|
|
|
Or install from source:
|
|
|
|
|
|
|
|
|
|
git clone https://github.com/ahamilton/diff-edit
|
2022-05-12 23:48:43 +10:00
|
|
|
cd diff-edit
|
|
|
|
|
./install
|
2022-01-01 17:37:20 +10:00
|
|
|
|
|
|
|
|
Then to run:
|
|
|
|
|
|
|
|
|
|
diff-edit -h
|