A simple bash wrapper to manage one or more archives from the terminal
Soon™ (seriously though, soon)
- go to the releases page
- download the
extrattor.zipof the version you want - open your terminal in the folder where you downloaded, extract it and run:
cd extrattor
chmod u+x install.sh
sudo ./install.sh git clone https://github.com/Mirko-r/extrattor
cd extrattor/extrattor
chmod u+x install.sh
sudo ./install.sh extrattor [option] [archives]| Command | Function |
|---|---|
extrattor -x </path/to/archive1/2/3> <...> |
Extract one or more arhive |
extrattor -i </path/to/archive1/2/3> <...> |
Get info about archives |
extrattor -p </path/to/archive1/2/3> <...> |
Protect archives with password |
extrattor -t </path/to/archive1/2/3> <...> |
Test archives comparing the CRC |
extrattor -f </path/to/archive1/2/3> <...> |
Try to fix archives |
extrattor -v |
Print version |
extrattor -h |
Print help |
extrattor -l |
List all compatible formats for each function |
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request

