https://github.com/fannon/online-diff-patch-tool
A simple online tool to create or apply diff patches easily.
https://github.com/fannon/online-diff-patch-tool
diff difference online patch tool web
Last synced: 8 months ago
JSON representation
A simple online tool to create or apply diff patches easily.
- Host: GitHub
- URL: https://github.com/fannon/online-diff-patch-tool
- Owner: Fannon
- License: mit
- Created: 2024-11-09T07:55:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T18:16:16.000Z (11 months ago)
- Last Synced: 2024-12-28T08:29:08.372Z (9 months ago)
- Topics: diff, difference, online, patch, tool, web
- Homepage: https://fannon.github.io/online-diff-patch-tool/
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Diff / Patch Tool
## Introduction
This is a very simple web-based tool that can help you:
* Compare the difference between two files and create a patch file
* Apply a patch to an original filePatches can also be shared via URL.
The tool itself does not store or share any data.> 💡 If you have questions, problems or suggestions, please create a [GitHub issue](https://github.com/Fannon/online-diff-patch-tool/issues).
## Screenshot

## Credits
* [jsdiff](https://github.com/kpdecker/jsdiff#readme) for the diffing algorithm implementation.