Go to file
Romain Failliot 613381ae2c fix: new_release.sh was changing too many lines in meson.build 2023-04-16 13:37:13 -04:00
.github/workflows fix(cicd): forgot to change the refs to master in code 2023-04-07 13:21:23 -04:00
.vscode fix: clicking buttons in the toolbar was crashing (#189) 2023-01-22 16:11:37 -05:00
build-aux/meson Start modularizing the code 2021-11-16 17:48:34 -05:00
data release: new release 0.8.2 2023-04-16 13:37:00 -04:00
docs release: new release 0.8.2 2023-04-16 13:37:00 -04:00
po Added Dutch translation 2023-04-11 21:49:38 +02:00
src fix: don't save window_x/y anymore 2023-04-16 11:40:51 -04:00
tests/syntax/rust Fix #98: Implement Rust highlighting support (#99) 2022-10-24 16:16:24 -04:00
utils release: new release 0.8.2 2023-04-16 13:37:00 -04:00
windows-installer release: new release 0.8.2 2023-04-16 13:37:00 -04:00
.editorconfig Prepare for release v0.7.3 2021-11-22 21:11:39 -05:00
.flake8 ci: call the linters on the installed directory 2021-11-24 20:27:47 -05:00
.gitignore fix(cicd): forgot to change the refs to master in code 2023-04-07 13:21:23 -04:00
.markdownlint.json Reword the documentation to take care of Mac OS too 2022-10-23 16:32:04 -04:00
.mypy.ini chore(mypy): silence annotation-unchecked notes 2023-04-07 11:11:55 -04:00
AUTHORS Add Romain Failliot (me) to AUTHORS 2020-06-19 21:46:29 -04:00
CHANGELOG.md release: new release 0.8.2 2023-04-16 13:37:00 -04:00
COPYING Copy the entire text, just to be up-to-date 2021-11-13 13:25:20 -05:00
README.md docs: add a contact section with a link to Matrix 2023-04-07 14:44:15 -04:00
_config.yml docs: add Cayman theme 2023-04-03 13:01:35 -04:00
io.github.mightycreak.Diffuse.yml chore: update to GNOME 44 2023-04-03 11:56:16 -04:00
meson.build release: new release 0.8.2 2023-04-16 13:37:00 -04:00
meson_options.txt Add log options: log_print_output and log_print_stack 2021-11-18 12:12:12 -05:00
new_release.sh fix: new_release.sh was changing too many lines in meson.build 2023-04-16 13:37:13 -04:00
requirements.dev.txt chore: update Python packages 2023-04-03 12:10:35 -04:00
requirements.txt chore: update Python packages 2023-04-03 12:10:35 -04:00

README.md

Diffuse

Download on Flathub

CI status Packaging status

Diffuse is a graphical tool for merging and comparing text files. Diffuse is able to compare an arbitrary number of files side-by-side and gives users the ability to manually adjust line matching and directly edit files. Diffuse can also retrieve revisions of files from several VCSs for comparison and merging.

Some key features of Diffuse:

  • Ability to compare and merge an arbitrary number of files side-by-side (n-way merges)
  • Line matching can be manually corrected by the user
  • Ability to directly edit files
  • Syntax highlighting
  • Supports several VCS: Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion and SVK
  • Unicode support
  • Unlimited undo
  • Easy keyboard navigation

Documentation

For a more detailed documentation for users, translators and developers, see the documentation.

Contact

Discuss with us on Matrix at #diffuse:matrix.org.

Licenses

Diffuse is under the GPLv2.

The file io.github.mightycreak.Diffuse.appdata.xml.in is licensed under the FSF-AP license.

Copyright (C) 2006-2019 Derrick Moser derrick_moser@yahoo.com
Copyright (C) 2015-2023 Romain Failliot romain.failliot@foolstep.com

Icon made by @jimmac.

This repository is a fork of the original project on SourceForge, which doesn't seem to be maintained anymore: https://sourceforge.net/projects/diffuse/.