aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵wustho2020-04-181-2/+4
| | | | Info from Metadata.
* 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 ↵wustho2020-04-181-1/+5
| | | | WINKEYS.
* Edit README.md.wustho2020-04-171-6/+7
|
* 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 ↵wustho2020-04-171-4/+14
| | | | text_win().
* 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
|
* Added support for FictionBook (fb2).wustho2020-04-171-26/+92
|
* Simplify key configuration and edit parse_keys().wustho2020-04-161-17/+7
|
* Allow adding args in DefaultViewer config and change "define:" to " Define:" ↵wustho2020-04-161-2/+2
| | | | in define_word()
* Simpler WINKEYS and added curses.KEY_RESIZE to WINKEYS.wustho2020-04-161-7/+7
|
* Added external dictionary client support.wustho2020-04-161-3/+61
|
* Added quick mark (m1) and jump (`1) though limited in 1-9 registers.wustho2020-04-151-2/+24
|
* Return resizing below 22x12 as stderr.wustho2020-03-091-1/+3
|
* Minor chapter suffix and IMG realignment.wustho2020-03-071-2/+3
|
* Chapter suffix: '***'wustho2020-03-071-1/+1
|
* Added chapter suffix 'つづく'.wustho2020-03-071-2/+7
|
* Minor input_prompt: prompt.wustho2020-03-021-6/+6
|
* Minor input_prompt cursor position.wustho2020-03-011-2/+2
|
* Catch KeyboardInterrupt in reader.wustho2020-03-011-196/+200
|
* Fixed minor help message issue.wustho2020-03-011-4/+1
|
* Added func: input_promptwustho2020-03-011-44/+61
|
* Added global variable: WINKEYS.wustho2020-02-171-2/+5
|
* Added choice_wini decorator.wustho2020-02-171-88/+98
|
* Remove unused parameter `width` for toc()wustho2020-02-161-2/+2
|
* Add text_win decorator.wustho2020-02-161-103/+70
|
* stdscr --> global SCREENbenadha2020-02-021-54/+57
|
* f-string --> string-format.wustho2019-12-231-3/+3
|
* Better <pre> node formatter.wustho2019-11-181-3/+23
|
* Fixed find_media_viewer()benadha2019-10-281-13/+16
|
* Update epy.pyBenawi Adha2019-10-261-105/+115
|
* Fixed argparsing.benadha2019-10-251-0/+1
|
* Suprress output from subprocess.benadha2019-10-251-2/+9
|
* New config and state saving schemes.benadha2019-10-251-51/+58
|
* Simpler argparsing.benadha2019-10-251-13/+12
|
* New statesaving scheme.benadha2019-10-251-67/+36
|
* More flexible on terminal resize, no more random error when resizing ↵benadha2019-10-251-1/+5
| | | | terminal agressively.
* textwrap.fill() --> textwrap.wrap()benadha2019-10-241-4/+4
|
* Update README.mdBenawi Adha2019-10-241-1/+7
|