Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiye committed Sep 29, 2023
1 parent cf1ee39 commit 0616bf0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fb2Kindle converter
# Fb2Kindle

![GitHub release (latest by date)](https://img.shields.io/github/v/release/sergiye/fb2kindle?style=plastic)
![GitHub all releases](https://img.shields.io/github/downloads/sergiye/fb2kindle/total?style=plastic)
Expand All @@ -10,7 +10,7 @@

## Download Latest Version

Fb2Kindle provides an alternative solution to convert, combine and send various books to the Amazon Kindle devices.
Fb2Kindle provides an easy to use solution to convert, format with customizable css, combine multiple files into one and send your e-books to the Amazon Kindle devices.

The latest stable version can be downloaded from the [releases](https://github.com/sergiye/fb2kindle/releases) page, or get the newer one directly from:
[Latest Version](https://github.com/sergiye/fb2kindle/releases/latest)
Expand All @@ -36,7 +36,7 @@ Features include:
To use:
* Download the latest version from releases
* There is no installation required, just start executable file from anywhere on your computer
* Drag and drop `.fb2` file to an app icon to convert single file with default parameters
* Drag and drop any `.fb2` file to an app icon in file explorer to convert single file (with default options)


### Start and possible command-line arguments
Expand Down Expand Up @@ -78,10 +78,12 @@ To use:

### Examples:

Fb2Kindle.exe `somebook.fb2`
Fb2Kindle.exe -a -r -j -d -save -w
Fb2Kindle.exe `"c:\booksFolder\*.fb2"` -epub
Fb2Kindle.exe `"c:\bookSeries\*.fb2"` -j -epub mailto:`[email protected]`
Fb2Kindle.exe somebook.fb2
Fb2Kindle.exe "c:\booksFolder\*.fb2"
Fb2Kindle.exe -a -r -j -d -w
Fb2Kindle.exe "c:\bookSeries\*.fb2" -j -epub mailto:[email protected] -update -save

also you can check cmd script examples in archive here [other/scripts.7z](https://github.com/sergiye/fb2kindle/raw/master/other/scripts.7z)

----

Expand Down

0 comments on commit 0616bf0

Please sign in to comment.