tedsmith / quickhash

Graphical cross platform data hashing tool for Linux, Windows and Mac
http://www.quickhash-gui.org
GNU General Public License v2.0
365 stars 36 forks source link

[Feature] Add Line-by-line FILE LOCATION hashing. #87

Open frenchiveruti opened 3 years ago

frenchiveruti commented 3 years ago

So far, the software allows to hash TEXT inside a text box, FILE, or FILES by browsing a folder.
What I would like is a 4th option that allows me to insert a line by line text of files addresses. For example:

D:/foo/bar.exe
D:/arg/bar.exe

And the software will compare this two files even though they're in different directories.

I get this filelist using Everything by voidtools, and exporting the output from sizedupe: into a txt that it's a line-by-line output.

tedsmith commented 3 years ago

So let me check I understand...

You want the ability to point Quickhash at a text file that contains a number of file paths and you want it to then go and hash those files? Or do you want it to hash the lines of text in the text file itself?

frenchiveruti commented 3 years ago

Be able to paste into a section of QuickHash, the files directories I want it to hash.