webdiff
webdiff copied to clipboard
Two-column web-based git difftool
webdiff no longer works for me on macOS Catalina so it's high time to update it! Things on my laundry list: - Python - [x] Fix packaging errors (#131) -...
Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes Sourced from flask's releases. 1.0 The Pallets team is pleased to release Flask 1.0. [Read the announcement on our blog.](https://www.palletsprojects.com/blog/flask-1-0-released/ There are...
Both `diff` and `git diff` have lots of command line options to control how the diff is determined. It would make a lot of sense for webdiff to just use...
Is there a way to customize diff colors (green/red). I find the current used colors too "light" and would like them to be a bit darker.
The "differing pixels" feature wasn't working on my laptop recently. It just silently failed. When I print the output of `compare`, I get an error: ``` compare: unable to load...
When I run `git webdiff`, it takes ~3 seconds to see diff content in my browser. Almost none of that time is spent in the `app.py` script (it's ~0.1s). Much...
This ticket spawned from a conversation [here](https://github.com/danvk/webdiff/pull/119), which was regarding the packaging process. Work items/suggested improvements include: - Improve documentation describing the packaging and publishing process - Use a central...
It would be really nice if I could see all of the files on a single page like Github does: https://github.com/danvk/webdiff/commit/0366d319?diff=split
Microsoft's Monaco editor runs in-browser and includes a diff viewer/editor. Surely it's better in many ways than codediff.js. It would be great if running `git webdiff` produced an editable view...