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
...
*
Inline format: italic
benadha
2021-01-30
1
-5
/
+62
*
Unused var: findsect
benadha
2021-01-29
1
-1
/
+1
*
New scheme for sections parsing
benadha
2021-01-29
1
-6
/
+14
*
Merge branch 'curs_set_not_supported' of https://github.com/mdom/epy into mdo...
benadha
2020-11-19
1
-8
/
+13
|
\
|
*
Handle terminals without support for curs_set
Mario Domgoergen
2020-10-09
1
-8
/
+13
*
|
Updating version and adding email
benadha
2020-11-19
1
-1
/
+2
*
|
Check if color is supported by terminal
Mario Domgoergen
2020-10-09
1
-1
/
+1
|
/
*
Remove enumeration in LOCALPCTG and remove loader message.
wustho
2020-09-26
1
-5
/
+5
*
Add loader.
wustho
2020-09-25
1
-3
/
+11
*
Reorganize Board class close to other classes.
wustho
2020-09-24
1
-61
/
+61
*
Fixed toc initial index.
wustho
2020-09-24
1
-2
/
+2
*
Better PageDown in Board() but still not quite there when searching().
wustho
2020-09-24
1
-2
/
+9
*
Class Board as curses.newpad() replacement. TODO: PageDown behaviour
wustho
2020-09-24
1
-12
/
+67
*
Fixed toc entry with missing or empty index location.
wustho
2020-09-22
1
-2
/
+8
*
Reorganize: mv some codes from ebook.__init__() to ebook.initialize().
wustho
2020-09-22
1
-63
/
+47
*
Initial Azw3 support commit.
wustho
2020-09-22
1
-9
/
+51
*
Widen try-finally: cleanup.
wustho
2020-09-22
1
-25
/
+22
*
Fixed minor: added 'self' to fb2.cleanup()
wustho
2020-09-21
1
-1
/
+1
*
Wrap ebook.initialize() inside try-except: ebook.cleanup()
wustho
2020-09-21
1
-1
/
+4
*
Fix cli interface, optional mobi support.
wustho
2020-09-21
1
-3
/
+11
*
Change cleanup scheme try-finally: ebook.cleanup().
wustho
2020-09-21
1
-8
/
+9
*
Fix minor: importing meta like version, etc.
wustho
2020-09-20
1
-1
/
+1
*
Initial mobi support.
wustho
2020-09-20
1
-13
/
+37
*
Mobi support.
wustho
2020-09-20
1
-0
/
+86
*
try-except block for multiprocessing kill and terminate.
wustho
2020-06-03
1
-2
/
+6
*
Fixed multiprocessing to support single core cpu and termux.
wustho
2020-04-24
1
-30
/
+61
*
Fixed truncate() and simplify printing reading hist by using truncate().
wustho
2020-04-23
1
-8
/
+2
*
Adding comments regarding zlib.error and multiprocess.
wustho
2020-04-23
1
-2
/
+4
*
Fixed: zlib.error: Error -3 while decompressing data:
wustho
2020-04-22
1
-1
/
+6
*
Multiprocessing: Initial commit.
wustho
2020-04-22
1
-29
/
+47
*
Added truncate().
wustho
2020-04-22
1
-1
/
+15
*
Raise terminal too small error.
wustho
2020-04-19
1
-3
/
+6
*
Renamed ToC --> TableOfContents.
wustho
2020-04-19
1
-7
/
+7
*
Fixed HalfScreenScroll scheme.
wustho
2020-04-19
1
-6
/
+17
*
Better display reading history.
wustho
2020-04-19
1
-2
/
+13
*
Better help() display.
wustho
2020-04-19
1
-3
/
+5
*
Added half-screen scroll.
wustho
2020-04-19
1
-0
/
+4
*
Add visual line indicator when screen scrolled partially.
wustho
2020-04-19
1
-0
/
+12
*
Fixed when scrolling up|down more than a single line to first reach
wustho
2020-04-19
1
-3
/
+7
*
Fixed resizing terminal error when defining word.
wustho
2020-04-18
1
-1
/
+4
*
Fixed choice_win() when choice 10th returned (means 9 array index which also ...
wustho
2020-04-18
1
-20
/
+23
*
Add quick delete with 'D' in choice_win(True).
wustho
2020-04-18
1
-0
/
+4
*
Fixed bookmarks() window won't close when WINKEYS pressed.
wustho
2020-04-18
1
-0
/
+1
*
Fixed jagged text_win() when reading new book in <80 cols terminal size.
wustho
2020-04-18
1
-1
/
+1
*
Minor meta(): fix getsize() info.
wustho
2020-04-18
1
-2
/
+2
*
Added drop_whitspace=False in textwrap.wrap() in text_win() adn add File Info...
wustho
2020-04-18
1
-2
/
+4
*
Catch re.error exception.
wustho
2020-04-18
1
-3
/
+13
*
Added errmsg().
wustho
2020-04-18
1
-2
/
+7
*
Added win.clear() & win.refresh() when text_win() and choice_win() return WIN...
wustho
2020-04-18
1
-1
/
+5
*
Added quick shortcut "Yn" if ch_list == ["(Y)es", "(N)o"] in choice_win().
wustho
2020-04-17
1
-1
/
+9
[prev]
[next]