Skip to content

Domogo/bulk-ebook-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

bulk-ebook-convert

Helpful utility function to convert ebooks from any format to AZW3 all in one go.

The script takes in two optional arguments:

  1. The source directory containing the ebooks to convert.
  2. The destination directory where the converted ebooks will be stored.

If no arguments are provided, the script will use the default source (DEFAULT_SOURCE_DIR) and destination (DEFAULT_DEST_DIR) directories.

Usage

./convert-all.sh [source_dir] [destination_dir]

./convert-all.sh [source_dir]

./convert-all.sh

bash convert-all

Requirements

  • calibre (ebook-convert)
  • bash
  • find

Install calibre

brew install --cask calibre

or download from calibre

About

make ebooks compatible with kindle in bulk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages