chrisbbreuer / Extract

Bash/Zsh function for extract: .zip, .rar, .bz2, .gz, .tar, .tbz2, .tgz, .Z, .7z, .xz, .exe, .tar.bz2, .tar.gz, .tar.xz, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command/function extract in your console

What’s a good way to extract: .zip, .rar, .bz2, .gz, .tar, .tbz2, .tgz, .Z, .7z, .xz, .exe, .tar.bz2, .tar.gz, .tar.xz, .arj, .cab, .chm, .deb, .dmg, .iso, .lzh, .msi, .rpm, .udf, .wim, .xar .cpio .cbr, .cbz, .cb7, .cbt, .cba, .apk, .zpaq, .arc, .ciso files on the Mac or Linux?

The goal is to make extract able to extract anything you give it. The command extract uses the free unpackers to support many older, obscure formats like this: .zip, .rar, .bz2, .gz, .tar, .tbz2, .tgz, .Z, .7z, .xz, .exe, .tar.bz2, .tar.gz, .tar.xz, .arj, .cab, .chm, .deb, .dmg, .iso, .lzh, .msi, .rpm, .udf, .wim, .xar .cpio, .cbr, .cbz, .cb7, .cbt, .cba, .apk, .zpaq, .arc, .ciso

How to install?

macOS / OSX / Mac OS X

Copy & Paste the function into ~/.bash_profile

Ubuntu / *nix

Copy & Paste the function into ~/.bashrc

Hosting

My hosting here

How to use it?

Using command extract, in a terminal

extract <archive_filename.extension>
extract <archive_filename_1.extension> <archive_filename_2.extension> <archive_filename_3.extension> ...

Donation

I’ll continue to work and improve the script's features regardless of the outcome of funding, because it's rewarding to see that people are using it and it does the job for them. Still, I would appreciate your support in covering some of the expenses with the domain hosting and programming hours which are taken from my "family time."

Donate any amount for my projects https://paypal.me/xvoland

Click here to lend your support to Extractor and make a donation!

Sponsors

Extract community? Help us keep it alive by donating funds to cover project expenses!

[Become a sponsor]

License

© 2013, Vitalii Tereshchuk via MIT license.

Other

Or welcome to my Vitalii Tereshchuk channel

About

Bash/Zsh function for extract: .zip, .rar, .bz2, .gz, .tar, .tbz2, .tgz, .Z, .7z, .xz, .exe, .tar.bz2, .tar.gz, .tar.xz, etc.

License:MIT License


Languages

Language:Shell 100.0%