Skip to content

josephmawa/TextCompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Compare

Text Compare

Compare old and new text

Compare in dark mode

Compare in light mode

Text Compare is a simple text comparison app for Gnome desktop environment.

Main features

  • Compare old and new text
  • Select comparison token
  • Switch to dark, light or system mode

Contributing

If you find this app useful, do consider contributing. If you are wondering how, you can contribute in the following ways:

  • Star the project repository on GitHub
  • Report bugs if you encounter some. There are probably a handful of them.
  • You can also contribute code. If it is a bug fix, do open a pull request(PR). However, if it is a new feature, first open an issue so that we discuss it before opening a PR.

Run project locally

  1. Download GNOME builder. It's the fastest way to get up and running.
  2. Use GNOME builder to clone this project to your local machine. The Clone Repository button is at the bottom of the GNOME builder Welcome screen.
  3. Use the Shift + Ctrl + Space keyboard combination to run the project after opening it in GNOME builder. You can also use the button at the top.

License

Compare is a free software and will always be free. It is released under the terms of the GNU General Public License v3.0.

Acknowledgment

  • This app's UI is inspired by Workbench. Thank you Sonny Piers and the other maintainers of Workbench.
  • Internally, the app uses jsdiff, a JS implementation of Myers' Difference Algorithm. Thank you Kevin Decker and the other maintainers of jsdiff.

License

This project is GPL-3.0 Licensed and jsdiff, the text diff package it uses internally, is BSD 3-Clause Licensed.

Copyright

Copyright © 2025 Joseph Mawa