diff-edit/README.md

25 lines
503 B
Markdown
Raw Normal View History

2022-01-01 17:37:20 +10:00
# Diff-edit
2022-01-05 08:22:04 +10:00
:warning: Out of order, do not use.
2022-01-01 17:37:20 +10:00
## 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
2022-01-01 17:37:20 +10:00
Or install from source:
git clone https://github.com/ahamilton/diff-edit
2022-01-07 11:31:05 +10:00
pip install --upgrade pip # A recent version of pip is needed.
2022-01-01 17:37:20 +10:00
pip install ./diff-edit
Then to run:
diff-edit -h