unwrap: Wrapper to marry GNU Parallel and 7-Zip for archive extraction [Bash]

cross-posted from: beehaw.org/post/13362507

It uses 7z to extract files from archives. By also utilizing GNU Parallel, multiple files can be processed at the same time.

The purpose is to streamline option handling and usability of both programs into a unified command line interface, by only incorporating functionality which I need. 7z’s option and argument handling is a bit confusing and does things in unique and unfamiliar ways. On the other side, we have Parallel, which is extremely complex and has ton of functionality; also confusing. So I picked up my favorite options and bundled them into a manageable script.

Name of the script is inspired by unwrap() functionality from Rust programming language. It unpacks certain type of variables to make use what is inside of it.

7z (probably in package p7zip) and parallel are required and need to be present.


<span style="color:#323232;">git clone https://github.com/thingsiplay/unwrap
</span><span style="color:#62a35c;">cd</span><span style="color:#323232;"> unwrap
</span><span style="color:#323232;">chmod +x unwrap
</span>

usage:


<span style="color:#323232;">unwrap </span><span style="font-weight:bold;color:#a71d5d;">*</span><span style="color:#323232;">.zip
</span><span style="color:#323232;">
</span><span style="color:#323232;">unwrap -f -i </span><span style="color:#183691;">'*.txt'</span><span style="color:#323232;"> -o . </span><span style="font-weight:bold;color:#a71d5d;">*</span><span style="color:#323232;">.zip
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • foss@beehaw.org
  • magazineikmin
  • rosin
  • Youngstown
  • mdbf
  • ngwrru68w68
  • slotface
  • khanakhh
  • ethstaker
  • everett
  • kavyap
  • thenastyranch
  • DreamBathrooms
  • tacticalgear
  • osvaldo12
  • JUstTest
  • InstantRegret
  • Durango
  • cisconetworking
  • modclub
  • cubers
  • GTA5RPClips
  • tester
  • normalnudes
  • Leos
  • provamag3
  • megavids
  • anitta
  • lostlight
  • All magazines