Skip to content

hansen-consultancy/diff-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diff Checker

Introduction

This is a minimal web tool for text comparison made in JavaScript and PHP.

Usage

To use it, simply paste the original text into the first field and the modified text into the second one, then click compare text.

You can identify the lines that have been changed as follows:

line number    | original text >> modified text

Lines with no changes have the format:

line number    | original text

Then finally, lines removed:

line number    | [Removed] original text

Example

diff-checker

Download

Docker Hub

docker pull brensio/diff-checker

About

A minimal web tool for text comparison.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.5%
  • CSS 42.1%
  • HTML 4.6%
  • PHP 1.7%
  • Dockerfile 0.1%