Skip to content

essingen123/html_quick_compare_text_kilian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Diff Unicorn

Quick Code Diff Compare Tool 🎉

A lightweight, local code diff compare tool that helps you quickly compare two pieces of code, with a dash of magic ✨.

Tags: Code Diff, Local Development, Automation, Quick Wins

What is Quick Code Diff? 🤔

Quick Code Diff is a tool that helps you quickly compare two pieces of code, highlighting added, removed, and unchanged lines, with a focus on simplicity and ease of use.

Features 🎊

  • Compare two pieces of code side-by-side, with added lines in green, removed lines in red, and unchanged lines in black
  • Preserves newline characters, because we care about the little things
  • Runs locally, no server dependencies, because we love freedom
  • Highlights added, removed, and unchanged lines, because we love rainbows

Getting Started 🚀

  1. Save this repository to your local machine
  2. Run python start_server.py to start the server
  3. Open a web browser and navigate to http://localhost:<port> (replace <port> with the port number displayed in the terminal)
  4. Paste your code into the two textareas and click "Compare" to see the diff

How it Works 🧙‍♂️

The tool uses the Diff library to compute the differences between the two pieces of code. The differences are then highlighted in the output, with added lines in green, removed lines in red, and unchanged lines in black.

License 📜

This project is licensed under the MIT License. See LICENSE for details.

Contributing 🤝

Contributions are welcome! If you'd like to contribute to this project, please fork this repository and submit a pull request.

Acknowledgments 🙏

This project uses the Diff library, which is licensed under the MIT License.

About

A lightweight, local code diff compare tool that helps you quickly compare two pieces of code, with a dash of magic and a built-in local server, because we love convenience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors