1 repositorio
Specific implementations of the Unix patch format for generating and applying text updates.
Distinct from Patch Generators: Distinct from generic Patch Generators by adhering specifically to the Unix patch specification and handling file metadata.
Explore 1 awesome GitHub repository matching software engineering & architecture · Unix Patch Implementations. Refine with filters or upvote what's useful.
jsdiff is a JavaScript text diffing library and comparison engine used to compute differences between strings or arrays. It identifies additions and removals between blocks of text and provides a system for generating and applying formatted Unix-style patches. The toolkit functions as a customizable token differ, allowing for the comparison of arbitrary token sequences using user-defined equality and tokenization rules. This enables the creation of specialized comparison tools for non-standard text or data formats. Comparison capabilities are available at the character, word, and line levels
Provides a system for applying and generating formatted Unix patch strings to update text files.