aboutsummaryrefslogtreecommitdiffstats
path: root/epy.py
Commit message (Expand)AuthorAgeFilesLines
* Add loader.wustho2020-09-251-3/+11
* Reorganize Board class close to other classes.wustho2020-09-241-61/+61
* Fixed toc initial index.wustho2020-09-241-2/+2
* Better PageDown in Board() but still not quite there when searching().wustho2020-09-241-2/+9
* Class Board as curses.newpad() replacement. TODO: PageDown behaviourwustho2020-09-241-12/+67
* Fixed toc entry with missing or empty index location.wustho2020-09-221-2/+8
* Reorganize: mv some codes from ebook.__init__() to ebook.initialize().wustho2020-09-221-63/+47
* Initial Azw3 support commit.wustho2020-09-221-9/+51
* Widen try-finally: cleanup.wustho2020-09-221-25/+22
* Fixed minor: added 'self' to fb2.cleanup()wustho2020-09-211-1/+1
* Wrap ebook.initialize() inside try-except: ebook.cleanup()wustho2020-09-211-1/+4
* Fix cli interface, optional mobi support.wustho2020-09-211-3/+11
* Change cleanup scheme try-finally: ebook.cleanup().wustho2020-09-211-8/+9
* Fix minor: importing meta like version, etc.wustho2020-09-201-1/+1
* Initial mobi support.wustho2020-09-201-13/+37
* Mobi support.wustho2020-09-201-0/+86
* try-except block for multiprocessing kill and terminate.wustho2020-06-031-2/+6
* Fixed multiprocessing to support single core cpu and termux.wustho2020-04-241-30/+61
* Fixed truncate() and simplify printing reading hist by using truncate().wustho2020-04-231-8/+2
* Adding comments regarding zlib.error and multiprocess.wustho2020-04-231-2/+4
* Fixed: zlib.error: Error -3 while decompressing data:wustho2020-04-221-1/+6
* Multiprocessing: Initial commit.wustho2020-04-221-29/+47
* Added truncate().wustho2020-04-221-1/+15
* Raise terminal too small error.wustho2020-04-191-3/+6
* Renamed ToC --> TableOfContents.wustho2020-04-191-7/+7
* Fixed HalfScreenScroll scheme.wustho2020-04-191-6/+17
* Better display reading history.wustho2020-04-191-2/+13
* Better help() display.wustho2020-04-191-3/+5
* Added half-screen scroll.wustho2020-04-191-0/+4
* Add visual line indicator when screen scrolled partially.wustho2020-04-191-0/+12
* Fixed when scrolling up|down more than a single line to first reachwustho2020-04-191-3/+7
* Fixed resizing terminal error when defining word.wustho2020-04-181-1/+4
* Fixed choice_win() when choice 10th returned (means 9 array index which also ...wustho2020-04-181-20/+23
* Add quick delete with 'D' in choice_win(True).wustho2020-04-181-0/+4
* Fixed bookmarks() window won't close when WINKEYS pressed.wustho2020-04-181-0/+1
* Fixed jagged text_win() when reading new book in <80 cols terminal size.wustho2020-04-181-1/+1
* Minor meta(): fix getsize() info.wustho2020-04-181-2/+2
* Added drop_whitspace=False in textwrap.wrap() in text_win() adn add File Info...wustho2020-04-181-2/+4
* Catch re.error exception.wustho2020-04-181-3/+13
* Added errmsg().wustho2020-04-181-2/+7
* Added win.clear() & win.refresh() when text_win() and choice_win() return WIN...wustho2020-04-181-1/+5
* Added quick shortcut "Yn" if ch_list == ["(Y)es", "(N)o"] in choice_win().wustho2020-04-171-1/+9
* Fixed jagged window when resizing terminal one column by one.wustho2020-04-171-1/+1
* Fix IndexError when BeginningofCh was pressed while toc_entries=[[],[],[]].wustho2020-04-171-1/+1
* Infinite string from input_prompt() and truncated title in choice_win() and t...wustho2020-04-171-4/+14
* Fixed rerturned index after deleting list in choice_win().wustho2020-04-171-2/+1
* Added bookmarks feature.wustho2020-04-171-1/+51
* Added maxlen=25 to input_prompt().wustho2020-04-171-2/+2
* Allow list member deletion from @choice_win().wustho2020-04-171-90/+106
* Fixed jagged choice and text win: cols-2 --> cols-4.wustho2020-04-171-7/+7