Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arfoll/unrarall
bash script to unrar everything and cleanup in a given directory
https://github.com/arfoll/unrarall
Last synced: 10 days ago
JSON representation
bash script to unrar everything and cleanup in a given directory
- Host: GitHub
- URL: https://github.com/arfoll/unrarall
- Owner: arfoll
- License: gpl-3.0
- Created: 2011-01-07T12:57:12.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T15:24:21.000Z (about 1 year ago)
- Last Synced: 2024-06-19T16:06:48.287Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 137 KB
- Stars: 260
- Watchers: 31
- Forks: 68
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## unrarall
[![Build Status](https://travis-ci.org/arfoll/unrarall.svg?branch=master)](https://travis-ci.org/arfoll/unrarall)
unrarall attemps to extract all rar files in a given directory (and its
sub-directories) and once successfully extracted remove all the rar files to
cleanup (you must pass --clean= for this to happen and use the rar hook). Other
unwanted files can be removed by the use of the other available hooks (see the
list shown in --help ). It is meant to be more error proof and quicker than
cleaning by hand. You can also set an output folder, use different backends,
perform sfv checks automatically etc...If there's something you would liked removed by unrarall then you can implement
your own hook (See HACKING).## INSTALL
1. You just need to make sure you set execute permission on the script. This
can be done using the following command:```
chmod u+x unrarall
```2. Place the script wherever you want it and rename it to whatever you want. I
prefer unrarall.## USAGE
Run unrarall with all cleanups on current directory
```
unrarall --clean=all .
```Run with an output directory on the current directory
```
unrarall --output /tmp/mystuff .
```Run unrarall -h to get the help for much more details.
Enjoy.
## ACKNOWLEDGEMENTS
Name and idea comes from "jeremy" see -
http://askubuntu.com/questions/7059/script-app-to-unrar-files-and-only-delete-the-archives-which-were-sucessfully[![Analytics](https://ga-beacon.appspot.com/UA-11959363-2/arfoll/unrarall)](https://github.com/igrigorik/ga-beacon)