Last active
October 31, 2024 11:55
-
-
Save VolMi/5595764 to your computer and use it in GitHub Desktop.
Nemo action "Compare with meld"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Nemo Action] | |
Active=true | |
Name=Compare with Meld | |
Name[cz]=Srovnání s meld | |
Name[de]=Mit meld vergleichen | |
Name[fr]=Comparer avec meld | |
Name[nl]=Vergelijk met meld | |
Comment=Show differences between files or directories | |
Comment[cz]=Ukázat rozdíly mezi souborama a složky | |
Comment[de]=Zeige Unterschiede zwischen Dateien oder Ordnern | |
Comment[fr]=Affiche les différences entre des fichiers ou des dossiers | |
Comment[nl]=Toon verschillen tussen bestanden of mappen | |
Icon-Name=meld | |
Exec=meld --diff %F | |
Selection=Any | |
Extensions=any; | |
Quote=double |
Quote=double
are mandatory on ubuntu if you have space in your path
The above didn't work in Ubuntu/Mint. This does and I added the comments above too:
[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
Comment[fr]=Affiche les différences entre des fichiers ou des dossiers
Comment[nl]=Toon verschillen tussen bestanden of mappen
Icon-Name=meld
Exec=meld --diff %F
Selection=Any
Extensions=any;
Quote=double
Oh, thank you! I forgot about this and also did not see the comment from 2017, yet...
I updated the gist with your version.
edit: Also integrated the translation from https://gist.github.com/odysseusPolytropos/ce1cc38784f3ace22ba0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Comment[fr]=Affiche les différences entre des fichiers ou des dossiers