index
:
epy
BrokenPipeError
devel
master
readline
CLI EBook (epub2, epub3, fb2, mobi) reader
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version and README.md
benadha
2022-01-08
1
-1
/
+1
*
Change history matching key from filepath to title author
benadha
2022-01-08
1
-7
/
+7
*
Initial library implementation
benadha
2022-01-08
1
-67
/
+107
*
Always calculate reading_progress whenever possible, just not always shown
benadha
2022-01-07
1
-11
/
+13
*
Refactor attribute name
benadha
2022-01-07
1
-2
/
+2
*
Fixed book metadata
benadha
2022-01-07
1
-51
/
+86
*
Add (sup|sub)script lookup table
benadha
2022-01-07
1
-0
/
+2
*
Implement HTMLtoLines._group_spans_by_row()
benadha
2022-01-07
1
-19
/
+18
*
Hotfix: adjust starting_line for inline style
benadha
2022-01-07
1
-2
/
+2
*
Add text mark/span grouper method
benadha
2022-01-07
1
-0
/
+13
*
Initial refactor: inline styling
benadha
2022-01-07
1
-204
/
+251
*
Hotfix: Skip adding toc entry for empty label name
Benawi Adha
2022-01-06
1
-7
/
+9
*
Fix path resolver for Mobi.get_img_bytstr()
benadha
2022-01-05
1
-1
/
+5
*
Add support for Epub==v1.0 and simplify path resolver
benadha
2022-01-05
1
-22
/
+30
*
Remove bad try-except block
benadha
2022-01-04
1
-17
/
+4
*
Refactor Epub and Mobi object
benadha
2022-01-04
1
-113
/
+55
*
Hotfix: Update docstr
benadha
2022-01-02
1
-6
/
+4
*
Fixed plethora type issues
v2022.1.2
benadha
2022-01-02
1
-157
/
+316
*
Added SpeakerBaseModel as TTS engine wrapper
benadha
2022-01-01
1
-19
/
+124
*
Use mimic instead of pico2wave. (#44)
Matěj Cepl
2022-01-01
1
-13
/
+9
*
Fixed unavailable curses.A_ITALIC and update version
benadha
2021-12-18
1
-15
/
+24
*
Allow setting language for TTS. (#43)
Matěj Cepl
2021-12-18
1
-1
/
+2
*
Fixed reset to beginning of row when resizing term and Seamless==True
benadha
2021-11-12
1
-2
/
+2
*
Implement SeamlessBetweenChapters
benadha
2021-10-29
1
-91
/
+270
*
Minor annotation & prevent next page animation on edge of book
benadha
2021-10-26
1
-3
/
+4
*
Removed Board class
benadha
2021-10-25
1
-113
/
+0
*
Added TextStructure dataclass
benadha
2021-10-25
1
-30
/
+69
*
Give styling to images
benadha
2021-10-25
1
-3
/
+16
*
Better image opening scheme
benadha
2021-10-25
1
-34
/
+36
*
Refactor parser.get_lines(width) to get_lines(textwidth)
benadha
2021-10-25
1
-9
/
+9
*
Fixed image cursor on double spread and progress pctg in double spread
benadha
2021-10-25
1
-14
/
+7
*
Refactor variables
benadha
2021-10-25
1
-33
/
+34
*
Removed newline from choices in @choice_win
benadha
2021-10-25
1
-1
/
+3
*
InfiniBoard to render huge text
benadha
2021-10-25
1
-329
/
+476
*
Quick fix parse_cli_args() to fetch from last read history when the states.db...
benadha
2021-10-23
1
-1
/
+1
*
Squashed commit of the following:
benadha
2021-10-23
1
-101
/
+165
*
Quick fix with cli script issue
benadha
2021-10-23
1
-1
/
+5
*
v2021.10.23: Major refactoring
benadha
2021-10-23
1
-1499
/
+2242
*
Fixed handling wide character for input prompt
v2021.8.14
benadha
2021-08-14
1
-2
/
+10
*
Added <strong> to bold markup
benadha
2021-07-16
1
-2
/
+2
*
Disable mouse support by default
benadha
2021-07-08
1
-2
/
+4
*
- Fix formatting: Markup inside markup (eg. <i> inside <i>)
benadha
2021-04-06
1
-16
/
+31
*
- Image support for mobi
benadha
2021-04-06
1
-22
/
+34
*
Fix: formatting error for mobi
benadha
2021-04-05
1
-7
/
+7
*
- Restructured setup.py to not import epy script
benadha
2021-04-01
1
-33
/
+41
*
TTS in double spread mode
benadha
2021-02-02
1
-2
/
+2
*
Cleaner doublespread
benadha
2021-02-02
1
-12
/
+24
*
Better PageUp to prev index for doublespread
benadha
2021-02-02
1
-1
/
+4
*
Doublespread initial commit
benadha
2021-02-02
1
-16
/
+54
*
(probably) Useless: if totlines - y < rows
benadha
2021-02-02
1
-29
/
+15
[next]