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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
top|bottom line before switching chapter.
*
Edit README.md: Added screenshot.png
Benawi Adha
2020-04-18
1
-0
/
+2
|
*
Added screenshot.png.
wustho
2020-04-18
1
-0
/
+0
|
*
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
|
|
|
|
means ENTER key).
*
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 ↵
wustho
2020-04-18
1
-2
/
+4
|
|
|
|
Info from Metadata.
*
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 ↵
wustho
2020-04-18
1
-1
/
+5
|
|
|
|
WINKEYS.
*
Edit README.md.
wustho
2020-04-17
1
-6
/
+7
|
*
Added quick shortcut "Yn" if ch_list == ["(Y)es", "(N)o"] in choice_win().
wustho
2020-04-17
1
-1
/
+9
|
*
Fixed jagged window when resizing terminal one column by one.
wustho
2020-04-17
1
-1
/
+1
|
*
Fix IndexError when BeginningofCh was pressed while toc_entries=[[],[],[]].
wustho
2020-04-17
1
-1
/
+1
|
*
Infinite string from input_prompt() and truncated title in choice_win() and ↵
wustho
2020-04-17
1
-4
/
+14
|
|
|
|
text_win().
*
Fixed rerturned index after deleting list in choice_win().
wustho
2020-04-17
1
-2
/
+1
|
*
Added bookmarks feature.
wustho
2020-04-17
1
-1
/
+51
|
*
Added maxlen=25 to input_prompt().
wustho
2020-04-17
1
-2
/
+2
|
*
Allow list member deletion from @choice_win().
wustho
2020-04-17
1
-90
/
+106
|
*
Fixed jagged choice and text win: cols-2 --> cols-4.
wustho
2020-04-17
1
-7
/
+7
|
*
Added support for FictionBook (fb2).
wustho
2020-04-17
1
-26
/
+92
|
*
Simplify key configuration and edit parse_keys().
wustho
2020-04-16
1
-17
/
+7
|
*
Allow adding args in DefaultViewer config and change "define:" to " Define:" ↵
wustho
2020-04-16
1
-2
/
+2
|
|
|
|
in define_word()
*
Simpler WINKEYS and added curses.KEY_RESIZE to WINKEYS.
wustho
2020-04-16
1
-7
/
+7
|
*
Added external dictionary client support.
wustho
2020-04-16
1
-3
/
+61
|
*
Added quick mark (m1) and jump (`1) though limited in 1-9 registers.
wustho
2020-04-15
1
-2
/
+24
|
*
Return resizing below 22x12 as stderr.
wustho
2020-03-09
1
-1
/
+3
|
*
Minor chapter suffix and IMG realignment.
wustho
2020-03-07
1
-2
/
+3
|
*
Chapter suffix: '***'
wustho
2020-03-07
1
-1
/
+1
|
*
Added chapter suffix 'つづく'.
wustho
2020-03-07
1
-2
/
+7
|
*
Minor input_prompt: prompt.
wustho
2020-03-02
1
-6
/
+6
|
*
Minor input_prompt cursor position.
wustho
2020-03-01
1
-2
/
+2
|
*
Catch KeyboardInterrupt in reader.
wustho
2020-03-01
1
-196
/
+200
|
*
Fixed minor help message issue.
wustho
2020-03-01
1
-4
/
+1
|
*
Added func: input_prompt
wustho
2020-03-01
1
-44
/
+61
|
*
Added global variable: WINKEYS.
wustho
2020-02-17
1
-2
/
+5
|
*
Added choice_wini decorator.
wustho
2020-02-17
1
-88
/
+98
|
*
Remove unused parameter `width` for toc()
wustho
2020-02-16
1
-2
/
+2
|
[next]