Edit two files side by side, showing differences.
- Can change theme while parts list is showing.
- Added more themes.
- Added a botom dividing line to the parts list.
- Parts aren't always classes or functions.
- Also tidied up theme related code
- Always using Code class and the TextLexer if theres no lexer
for the file.
- Not nesting parse_rgb and charstyle_for_token_type.
|
||
|---|---|---|
| diff_edit | ||
| tests | ||
| BUGS | ||
| install | ||
| LICENSE | ||
| README.md | ||
| setup.py | ||
| TODO | ||
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.
pip install --use-deprecated=legacy-resolver git+https://github.com/ahamilton/diff-edit
Or install from source:
git clone https://github.com/ahamilton/diff-edit
cd diff-edit
./install
Then to run:
diff-edit -h