OV2 / RapidCRC-Unicode

Windows tool to quickly create and verify hash checksums
https://www.ov2.eu/programs/rapidcrc-unicode
GNU General Public License v2.0
289 stars 30 forks source link

Export File List #91

Open comanche opened 2 years ago

comanche commented 2 years ago

Is there a way to export the list of files especially after verification?

OV2 commented 2 years ago

I'm guessing you are not talking about one of the hash files (which also contains a list of files).

What exactly do you want to export? The current contents of the list view? In what form?

comanche commented 2 years ago

It would be great to select the desired files from the file list in the app

  1. Export them in the origin format:
87942e74d611c7f3873515ff580f20231ce4b7129a94c25b5288d860718862fe *a\a.txt
0e8dd9369fc049594c8d9d27cee922896e443e46cbb272bf0f813b9658304781 *a\b.txt
  1. Export with their verification info (CSV):
info,path,hash
File OK,*a\a.txt,87942e74d611c7f3873515ff580f20231ce4b7129a94c25b5288d860718862fe
File corrupt,*a\b.txt,0e8dd9369fc049594c8d9d27cee922896e443e46cbb272bf0f813b9658304781
  1. Copy the file paths of the selected file and/or their hashs to the clipboard.

Screenshot

This would be helpful in generating a log for reporting needs.