Skip to content
/ ebread Public

EPUB-to-plaintext convert for Unix-like systems (C)

License

Notifications You must be signed in to change notification settings

1-1sam/ebread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebread

ebread (ebook reader) is a Unix program that converts the XHTML conents of EPUB ebook archives into formatted plaintext. Run ebread -h or man 1 ebread for information on how to use ebread.

Building

Building ebread requires the following:

  • A C compiler
  • GNU make

ebread can be built on most Linux distributions, BSDs and macOS.

To build and install ebread, run the following:

make
make install # run as root if installing directly into system
make clean

Credit

miniz - Unzipping

License

ebread is licensed under the MIT license. View the LICENSE file for more information.

About

EPUB-to-plaintext convert for Unix-like systems (C)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published