Anybody know of an alternative program to Komparator with very similar functionality? https://sourceforge.net/projects/komparator/ A GUI application with the ability to analyze two directories side by side, show missing files, newer files, duplicate files, compare MD5 checksums, copy from one pane to the other, and more. Note: This is not to be confused with the Kompare utility which shows the content of two text-based FILES side by side. And I'm not really after any of the myriad sync utilities unless they also perform the same *comparison* functions of Komparator. Syncing directories is not my principal concern, it's the more comprehensive side-by-side analysis that is particularly useful. It still works under my 42.2 install but hasn't been updated in years, and I fear given the desire of KDE to drop anything that hasn't been converted to Frameworks 5 it probably won't function come the Leap 15 release series. I use this program regularly - it's incredibly handy, particularly since I can feed it a URL via SSH to a folder on a network machine. gumb -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 17/09/17 07:16 PM, gumb wrote:
Anybody know of an alternative program to Komparator with very similar functionality? https://sourceforge.net/projects/komparator/
A GUI application with the ability to analyze two directories side by side, show missing files, newer files, duplicate files, compare MD5 checksums, copy from one pane to the other, and more.
Yes. Dirdiff, a script written in Tcl Here's the header and help from the listing. It does all of the above except MD5. perhaps there's a later version than the 1.6 I have. I don't recall where I got it from. Go google. # Copyright (C) 1999-2002 Paul Mackerras. All rights reserved. # This program is free software; it may be used, copied, modified # and distributed under the terms of the GNU General Public Licence, # either version 2, or (at your option) any later version. proc usage {} { puts stderr {Usage: dirdiff [options]... dir1 dir2 ... Options: -a, --all don't exclude any files -o, --only pattern only process files matching pattern -I, --ignore pattern don't process files matching pattern -r, --rcs ignore differences in RCS strings -t, --bktag ignore differences in Bitkeeper strings -c, --context num set number of lines of context to show -b, -w, -B, -i, -d pass these on to diff(1) -S show files that are the same in the file list -K Bitkeeper support Note: dirdiff needs to be able to load the libfilecmp.so.0.0 shared library for the -r or -t flags to work.} } ======================================== I googled and found a later version at https://www.samba.org/ftp/paulus/ -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Den 2017-09-18 kl. 01:38, skrev Anton Aylward:
On 17/09/17 07:16 PM, gumb wrote:
Anybody know of an alternative program to Komparator with very similar functionality? https://sourceforge.net/projects/komparator/
A GUI application with the ability to analyze two directories side by side, show missing files, newer files, duplicate files, compare MD5 checksums, copy from one pane to the other, and more. Yes. Dirdiff, a script written in Tcl
Here's the header and help from the listing. It does all of the above except MD5. perhaps there's a later version than the 1.6 I have.
2.1 is in Leap 43.2. https://build.opensuse.org/package/show/openSUSE:Leap:42.3/dirdiff Unfortunately https://software.opensuse.org/search is down since 3 days ago. https://status.opensuse.org/incidents/20 Or fetch the rpm and install directly. http://download.opensuse.org/distribution/leap/42.3/repo/oss/suse/x86_64/dir... -- /bengan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2017-09-18 09:18, Bengt Gördén wrote:
Unfortunately https://software.opensuse.org/search is down since 3 days ago. https://status.opensuse.org/incidents/20
You could try "webpin" (tools repo) -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)
On 18/09/17 01:38, Anton Aylward wrote:
On 17/09/17 07:16 PM, gumb wrote:
Anybody know of an alternative program to Komparator with very similar functionality? https://sourceforge.net/projects/komparator/
A GUI application with the ability to analyze two directories side by side, show missing files, newer files, duplicate files, compare MD5 checksums, copy from one pane to the other, and more.
Yes. Dirdiff, a script written in Tcl
Here's the header and help from the listing. It does all of the above except MD5. perhaps there's a later version than the 1.6 I have. I don't recall where I got it from. Go google.
I downloaded the version from the openSUSE repo. Ouf! My romantic notion of going back in time and reclaiming my lost youth has lost some of its lustre. I don't doubt it might provide some of the functionality I need, but I can't see myself working with that. The file/directory picker under my regular theme appears with almost invisible entries, but it also doesn't appear to let me put in a path to get to my network folder. I don't understand most of the options either, I think it's oriented at a rather different use case to my own. Nonetheless, in the process of searching more info on that, I stumbled across another possibility, Meld: http://meldmerge.org/features.html https://software.opensuse.org/package/meld I haven't yet installed it since it wants to update my kernel and a few other critical patches that I'm holding off applying for a few days for other reasons, but from the features list and screenshots it seems like a halfway house between Dirdiff and what I'm really after. I'll try it out in the coming days. Cheers, gumb -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 18.09.2017 um 22:05 schrieb gumb:
On 18/09/17 01:38, Anton Aylward wrote:
On 17/09/17 07:16 PM, gumb wrote:
Anybody know of an alternative program to Komparator with very similar functionality? https://sourceforge.net/projects/komparator/
A GUI application with the ability to analyze two directories side by side, show missing files, newer files, duplicate files, compare MD5 checksums, copy from one pane to the other, and more.
Yes. Dirdiff, a script written in Tcl
Here's the header and help from the listing. It does all of the above except MD5. perhaps there's a later version than the 1.6 I have. I don't recall where I got it from. Go google.
I downloaded the version from the openSUSE repo. Ouf! My romantic notion of going back in time and reclaiming my lost youth has lost some of its lustre.
I don't doubt it might provide some of the functionality I need, but I can't see myself working with that. The file/directory picker under my regular theme appears with almost invisible entries, but it also doesn't appear to let me put in a path to get to my network folder. I don't understand most of the options either, I think it's oriented at a rather different use case to my own.
Nonetheless, in the process of searching more info on that, I stumbled across another possibility, Meld: http://meldmerge.org/features.html https://software.opensuse.org/package/meld
I haven't yet installed it since it wants to update my kernel and a few other critical patches that I'm holding off applying for a few days for other reasons, but from the features list and screenshots it seems like a halfway house between Dirdiff and what I'm really after. I'll try it out in the coming days.
Cheers, gumb
I might be completely wrong, and probably am, but looking at the screenshots of meld, it reminds me a lot of kdiff3, a simple file and/or folder compare_tool that works perfectly on 42.3. I use it to compare images (if same content) and text-files (with highlighting differences). -- Daniel Bauer photographer Basel Barcelona https://www.patreon.com/danielbauer http://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Hello, On Mon, 18 Sep 2017, gumb wrote: [dirdiff]
I don't doubt it might provide some of the functionality I need, but I can't see myself working with that. The file/directory picker under my regular theme appears with almost invisible entries,
Adapt your Tk theme then. man xrdb, man appres, man editres. https://en.wikipedia.org/wiki/X_resources http://kb.mit.edu/confluence/pages/viewpage.action?pageId=3907291 -dnh -- $max = [$a => $b] -> [ $a <= $b ]; ## Simon Cozens -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2017-09-18 01:16, gumb wrote:
Anybody know of an alternative program to Komparator with very similar functionality? https://sourceforge.net/projects/komparator/
A GUI application with the ability to analyze two directories side by side, show missing files, newer files, duplicate files, compare MD5 checksums, copy from one pane to the other, and more.
...
It still works under my 42.2 install but hasn't been updated in years, and I fear given the desire of KDE to drop anything that hasn't been converted to Frameworks 5 it probably won't function come the Leap 15 release series.
Well... I use 'mc', a terminal application. One of the things it can do is compare directories. The ssh part is broken since a year or two, though. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)
On Mon, 18 Sep 2017 04:41:46 +0200, Carlos E. R. wrote:
On 2017-09-18 01:16, gumb wrote:
Anybody know of an alternative program to Komparator with very similar functionality? https://sourceforge.net/projects/komparator/
A GUI application with the ability to analyze two directories side by side, show missing files, newer files, duplicate files, compare MD5 checksums, copy from one pane to the other, and more.
...
It still works under my 42.2 install but hasn't been updated in years, and I fear given the desire of KDE to drop anything that hasn't been converted to Frameworks 5 it probably won't function come the Leap 15 release series.
Well... I use 'mc', a terminal application. One of the things it can do is compare directories.
komparator is not for comparing directories. It finds identical files in several specified directories even if they names are different. I guess mc and the programs alike can't do this. Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, 18 Sep 2017 12:38:56 +0200, Istvan Gabor wrote:
On Mon, 18 Sep 2017 04:41:46 +0200, Carlos E. R. wrote:
On 2017-09-18 01:16, gumb wrote:
Anybody know of an alternative program to Komparator with very similar functionality? https://sourceforge.net/projects/komparator/
A GUI application with the ability to analyze two directories side by side, show missing files, newer files, duplicate files, compare MD5 checksums, copy from one pane to the other, and more.
...
It still works under my 42.2 install but hasn't been updated in years, and I fear given the desire of KDE to drop anything that hasn't been converted to Frameworks 5 it probably won't function come the Leap 15 release series.
Well... I use 'mc', a terminal application. One of the things it can do is compare directories.
komparator is not for comparing directories. It finds identical files in several specified directories even if they names are different. I guess mc and the programs alike can't do this.
Edit: it only searches 2 directories but identifies identical files even is their names are different or they are located in different subdirectories, if I remember correctly. It is not like mc or krusader syncronize directories function. Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2017-09-18 12:44, Istvan Gabor wrote:
On Mon, 18 Sep 2017 12:38:56 +0200, Istvan Gabor wrote:
On Mon, 18 Sep 2017 04:41:46 +0200, Carlos E. R. wrote:
On 2017-09-18 01:16, gumb wrote:
Well... I use 'mc', a terminal application. One of the things it can do is compare directories.
komparator is not for comparing directories. It finds identical files in several specified directories even if they names are different. I guess mc and the programs alike can't do this.
No, 'mc' can't do that.
Edit: it only searches 2 directories
Ah! Two directories only. For a bit I was mystified. I want that feature.
but identifies identical files even is their names are different or they are located in different subdirectories, if I remember correctly. It is not like mc or krusader syncronize directories function.
I see. One of my stalled projects is an utility to find identical files, even if they have different names, on any directory. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)
On Mon, 18 Sep 2017 13:35:52 +0200 "Carlos E. R." <robin.listas@telefonica.net> wrote:
One of my stalled projects is an utility to find identical files, even if they have different names, on any directory.
https://en.wikipedia.org/wiki/Comparison_of_file_comparison_tools ?? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2017-09-18 13:50, Dave Howorth wrote:
On Mon, 18 Sep 2017 13:35:52 +0200 "Carlos E. R." <> wrote:
One of my stalled projects is an utility to find identical files, even if they have different names, on any directory.
https://en.wikipedia.org/wiki/Comparison_of_file_comparison_tools ??
Oh...! :-o Ah, wait, those are "file comparison" tools, whereas we are looking for "directory comparison" tools. Basically, find identical files even if their names changed, by comparing their checksums. Those file comparison tools are good to find what changed in a file (a diff, for instance). That said, in the "Compare features" table of that page, I don't understand several of the table headers: Name Show in-line changes ?? Directory comparison Binary comparison Moved lines 3-way comparison ?? Merge Structured comparison ?? Manual compare alignment Image Compare ?? -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)
participants (8)
-
Anton Aylward
-
Bengt Gördén
-
Carlos E. R.
-
Daniel Bauer
-
Dave Howorth
-
David Haller
-
gumb
-
Istvan Gabor