An open API service indexing awesome lists of open source software.

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.

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 file

Patches 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

![Screenshot](assets/screenshot.png "Screenshot")

## Credits

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