PollardBanknote / qdiffdir

A Qt Directory Comparison Tool
Other
0 stars 0 forks source link

Descend into tars #32

Open jlee975 opened 8 years ago

jlee975 commented 8 years ago

Treat recognized archives as pseudo-subdirectories Make the current gz handling do the same @gemmell-x

kylearogers commented 7 years ago

Maybe automatically use tar --list to get the contents of the tar to show matching filenames but show them as non-evaluated. The user could then trigger them(one at a time or globally) to be compared which would extract the applicable files for comparison.

jlee975 commented 7 years ago

Possible implementation: unzip into a temp directory and then diff that directory.