Skip to content

Instantly share code, notes, and snippets.

@VolMi
Created May 16, 2013 22:59
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save VolMi/5595764 to your computer and use it in GitHub Desktop.
Save VolMi/5595764 to your computer and use it in GitHub Desktop.
Nemo action "Compare with meld"
[Nemo Action]
Active=true
Name=Compare with meld
Name[de]=Mit meld vergleichen
Name[fr]=Comparer avec meld
Name[nl]=Vergelijk met meld
Comment=Show differences between files or directories
Comment[de]=Zeige Unterschiede zwischen Dateien oder Ordnern
Exec=meld %F
Icon-Name=meld
Selection=M
Extensions=any
@VolMi
Copy link
Author

VolMi commented May 16, 2013

This little nemo action allows to compare selected (text-) files using the diff-and-merge-tool meld.

Using latest nemo, put this either into your local folder

~/.local/share/nemo/actions/

or to use it system-wide:

/usr/share/nemo/actions/

Of course, meld is required. It is usually available in your distribution's repository.

@v1nce
Copy link

v1nce commented Jun 1, 2017

Comment[fr]=Affiche les différences entre des fichiers ou des dossiers

@v1nce
Copy link

v1nce commented Oct 11, 2017

Quote=double
are mandatory on ubuntu if you have space in your path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment