Maybe someone of you allready had the same topic and might share her/his ideas about it.
As a software developer I often use everything to filter soure code files and try to match changes over many different folders.
Basically it's something that git can do if folder / libraries / code is organized in a good way.
As most know - thats not always the case.
Sometimes one ends up with 20 folder with the same file - where most of those are 100%-99% the same.
But it realy sucks to manually choose two of them and test with a diff/merge tool to find the ones that differ.
What I'm searching for is an extra collumn in the result list showing a hash value or some other criteria of "same or similar".
I know there are lots of dupe finding tools - but all I tested did not help me.
I want to explicitly compare the resulted list of files as found by my search.
It doe snot need to be "instant" - so the hash must not be inside the index - its fine to calculate it on command for the selected files or the whole result list.
Thanks for your ideas and pointing to something existing (if so available
Best
Christian