Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonzoua/readmobi
Command-line utility for displaying MOBI file information/full text
https://github.com/gonzoua/readmobi
Last synced: 18 days ago
JSON representation
Command-line utility for displaying MOBI file information/full text
- Host: GitHub
- URL: https://github.com/gonzoua/readmobi
- Owner: gonzoua
- License: bsd-2-clause
- Created: 2012-10-26T02:01:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-27T00:12:34.000Z (about 12 years ago)
- Last Synced: 2024-08-01T00:38:01.341Z (3 months ago)
- Language: C
- Homepage:
- Size: 136 KB
- Stars: 17
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
== Tool
readmobi is a simple tool for reading .mobi files' header information
and full text== Build
Just run "make" command. Should be enough for FreeBSD, Linux and OS X.
== Use
Usage: readmobi {-v | -adDeEm | -r id | -t file.mhtml} [file.mobi]
-a print all headers/records
-d print PDB headers
-D print PDB records
-e print EXTH header
-E print EXTH records
-m print MOBI headers
-r record_id Dump PDB record
-t out_file Dump text to file ("-" for stdout)
-v print version and exitExamples:
Dump all headers:
$ readmobi -a Book.mobiDump EXTH records:
$ readmobi -E Book.mobiExtract book mhtml:
$ readmobi -t book.mhtml Book.mobiExtract image:
$ readmobi -m Book.mobi | grep "First image index"
$ readmobi -r 408 Book.mobi > file.jpg