2022-01-01 17:37:20 +10:00
|
|
|
# Diff-edit
|
|
|
|
|
|
|
|
|
|
## Summary
|
|
|
|
|
|
|
|
|
|
Edit two files side by side, showing differences.
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
2024-12-28 18:02:37 +10:00
|
|
|
Install diff-edit directly using pipx:
|
2022-01-01 17:37:20 +10:00
|
|
|
|
2024-12-28 18:02:37 +10:00
|
|
|
pipx install git+https://gitlab.com/ahamilton/diff-edit
|
2022-01-01 17:37:20 +10:00
|
|
|
|
|
|
|
|
Or install from source:
|
|
|
|
|
|
2024-12-28 18:02:37 +10:00
|
|
|
git clone https://gitlab.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
|