Update 'README.md'

Fixed formating
This commit is contained in:
Ze'ev Schurmann 2023-09-19 14:49:35 +02:00
parent 67dd3a604a
commit 6fc7ce9017
1 changed files with 19 additions and 10 deletions

View File

@ -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,15 +12,24 @@ $ sudo cp cbr2cbz.sh /usr/bin/cbr2cbz
That's it. That's it.
Usage: cbr2cbz single "filename.cbr" ##Usage:
Convert a single file.
Usage: cbr2cbz all
Convert all files recursively from the current location.
Usage: cbr2cbz help
Display this text.
Warning: If conversion is successful, the original file(s) will be deleted. ###Convert a single file.
$ cbr2cbz single "filename.cbr"
Dependancies: ###Convert all files recursively from the current location.
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.
$ cbr2cbz all
### Display help text.
$ cbr2cbz help
###Warning:
If conversion is successful, the original file(s) will be deleted.
##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.