Initial commit.
This commit is contained in:
commit
bbe73eff21
8 changed files with 1417 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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.01
|
||||
|
||||
Or install from source:
|
||||
|
||||
git clone https://github.com/ahamilton/diff-edit
|
||||
pip install ./diff-edit
|
||||
|
||||
Then to run:
|
||||
|
||||
diff-edit -h
|
||||
Loading…
Add table
Add a link
Reference in a new issue