parent
6fc7ce9017
commit
b7b1e3ddab
12
README.md
12
README.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
BASH tool to convert cbr files to cbz files either in batch or one by one.
|
BASH tool to convert cbr files to cbz files either in batch or one by one.
|
||||||
|
|
||||||
##Download the tool using:
|
## Download the tool using:
|
||||||
|
|
||||||
$ git clone git@git.zaks.web.za:thisiszeev/cbr2cbz.git
|
$ git clone git@git.zaks.web.za:thisiszeev/cbr2cbz.git
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@ $ sudo cp cbr2cbz.sh /usr/bin/cbr2cbz
|
||||||
|
|
||||||
That's it.
|
That's it.
|
||||||
|
|
||||||
##Usage:
|
## Usage:
|
||||||
|
|
||||||
###Convert a single file.
|
### Convert a single file.
|
||||||
|
|
||||||
$ cbr2cbz single "filename.cbr"
|
$ cbr2cbz single "filename.cbr"
|
||||||
|
|
||||||
###Convert all files recursively from the current location.
|
### Convert all files recursively from the current location.
|
||||||
|
|
||||||
$ cbr2cbz all
|
$ cbr2cbz all
|
||||||
|
|
||||||
|
@ -26,10 +26,10 @@ $ cbr2cbz all
|
||||||
|
|
||||||
$ cbr2cbz help
|
$ cbr2cbz help
|
||||||
|
|
||||||
###Warning:
|
### Warning:
|
||||||
|
|
||||||
If conversion is successful, the original file(s) will be deleted.
|
If conversion is successful, the original file(s) will be deleted.
|
||||||
|
|
||||||
##Dependancies:
|
## Dependancies:
|
||||||
|
|
||||||
The script requires "zip" and "unrar". Please ensure they are installed before trying to run the script. A simple online search will help you with this. At a later stage I will build an install and update functionality which will do this automatically.
|
The script requires "zip" and "unrar". Please ensure they are installed before trying to run the script. A simple online search will help you with this. At a later stage I will build an install and update functionality which will do this automatically.
|
Loading…
Reference in New Issue