aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Initial implementationbenadha2022-01-091-79/+98
* Add vim configbenadha2022-01-091-89/+148
* Minor improvementbenadha2022-01-092-4/+7
* Update README.md: added AUR installationbenadha2022-01-081-1/+7
* Delete .mkpkg scriptbenadha2022-01-081-3/+0
* .mkpkg -> Makefilebenadha2022-01-081-0/+3
* Patch PKGBUILDbenadha2022-01-081-1/+1
* Hotfix: curses has no attrib window in termuxbenadha2022-01-081-4/+4
* Added default color configv2022.1.8benadha2022-01-081-1/+4
* Added PKGBUILD for Archbenadha2022-01-081-0/+24
* Adjust setup.py and pyproject.toml to include epy_extrasbenadha2022-01-082-6/+2
* Cleanup on failed ebook initializationbenadha2022-01-081-1/+2
* Initial prepackaging kindleunpack with epybenadha2022-01-0824-11/+7338
* Use setuptools as setup backend instead of poetrybenadha2022-01-081-4/+0
* Update version and README.mdbenadha2022-01-084-13/+13
* Change history matching key from filepath to title authorbenadha2022-01-081-7/+7
* Initial library implementationbenadha2022-01-081-67/+107
* Always calculate reading_progress whenever possible, just not always shownbenadha2022-01-071-11/+13
* Refactor attribute namebenadha2022-01-071-2/+2
* Fixed book metadatabenadha2022-01-073-52/+94
* Add (sup|sub)script lookup tablebenadha2022-01-071-0/+2
* Implement HTMLtoLines._group_spans_by_row()benadha2022-01-071-19/+18
* Hotfix: adjust starting_line for inline stylebenadha2022-01-071-2/+2
* Add text mark/span grouper methodbenadha2022-01-072-0/+37
* Initial refactor: inline stylingbenadha2022-01-072-213/+312
* Add ipdb dev dependencybenadha2022-01-072-2/+222
* Hotfix: Skip adding toc entry for empty label nameBenawi Adha2022-01-061-7/+9
* Update development env using poetrybenadha2022-01-065-17/+1015
* Fix path resolver for Mobi.get_img_bytstr()benadha2022-01-052-1/+6
* Add testsbenadha2022-01-051-0/+63
* Add requirements-dev.txtbenadha2022-01-051-0/+6
* Add support for Epub==v1.0 and simplify path resolverbenadha2022-01-051-22/+30
* Remove bad try-except blockbenadha2022-01-041-17/+4
* Refactor Epub and Mobi objectbenadha2022-01-041-113/+55
* Hotfix: Update docstrbenadha2022-01-021-6/+4
* Fixed plethora type issuesv2022.1.2benadha2022-01-023-158/+323
* Added SpeakerBaseModel as TTS engine wrapperbenadha2022-01-013-33/+129
* Use mimic instead of pico2wave. (#44)Matěj Cepl2022-01-012-19/+13
* Update README.md: remove AUR installation instructionbenadha2021-12-181-6/+0
* Update .gitignorebenadha2021-12-181-0/+2
* Fixed unavailable curses.A_ITALIC and update versionbenadha2021-12-183-16/+27
* Update LICENSEbenadha2021-12-181-3/+3
* Allow setting language for TTS. (#43)Matěj Cepl2021-12-182-1/+4
* Fixed reset to beginning of row when resizing term and Seamless==Truebenadha2021-11-122-3/+3
* Implement SeamlessBetweenChaptersbenadha2021-10-293-97/+286
* Minor annotation & prevent next page animation on edge of bookbenadha2021-10-261-3/+4
* Removed Board classbenadha2021-10-251-113/+0
* Added TextStructure dataclassbenadha2021-10-251-30/+69
* Give styling to imagesbenadha2021-10-251-3/+16
* Better image opening schemebenadha2021-10-251-34/+36