arfoll / unrarall

bash script to unrar everything and cleanup in a given directory
GNU General Public License v3.0
261 stars 68 forks source link

.zip support #56

Closed PuppyLover101 closed 2 years ago

PuppyLover101 commented 2 years ago

Hi there, does this support .zip files as well as .rar? Considering there is 7ZIP support. Thanks! Looks like an awesome tool.

arfoll commented 2 years ago

Unfortunately no, unrarall uses very crude logic with find/regexps to find files that look like rar archives so it will fail on zip files.

7zip support is because I was trying to optimise the speed, though with modern hardware this is all pretty pointless :) Tbh if someone wants to fix all the regexps to find zip files they're more than welcome but maintaining such a bash script is already a complete mess, reality is it should move to a proper language at this point...