Quote:
Originally Posted by quazardous
@geek1011 share yout tools -> I love command line tools with bash and the joy of gawk lol
|
- For epub to kepub, I use my open-source tool kepubify (link in my signature).
- For reading ebooks on a computer, I use my web based epub viewer.
- For unpacking and repacking books, I use my tool epubtool (on github)
- For fixing adobe drm tags, I use a regex with sed
- For fixing ocred words, I use some sed expressions
- For fixing misnumbered NCX files, I use a simple awk script, which increments a counter every time it reaches the playorder property
- For fixing bad xml IDs, I use find, xargs, and sed
- I have a bunch of other things too, and I make a lot of one-time utilities and scripts as I need them for more obscure issues with ebooks.