aboutsummaryrefslogtreecommitdiffstats
path: root/epy.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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 terminal...benadha2019-10-251-1/+5
* textwrap.fill() --> textwrap.wrap()benadha2019-10-241-4/+4
* Update epy.pyBenawi Adha2019-10-241-4/+5
* Add files via uploadBenawi Adha2019-10-231-0/+1275
* Delete epy.pyBenawi Adha2019-10-231-1275/+0
* Update epy.pyBenawi Adha2019-10-231-1/+1
* Initial commit.Benawi Adha2019-10-231-0/+1275