Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Created May 12, 2020 18:01
Show Gist options
  • Save vicente-gonzalez-ruiz/8703a1984df992cc1bbdad128101a466 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/8703a1984df992cc1bbdad128101a466 to your computer and use it in GitHub Desktop.
epub to mobi (kindle)
# Compile https://aur.archlinux.org/packages/kindlegen/
# Download and:
makepkg -s
# Convert
kindlegen book.epub -o book.mobi
# Send the file using <user>@kindle.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment