wustho / epy

CLI Ebook (epub2, epub3, fb2, mobi) Reader
GNU General Public License v3.0
928 stars 52 forks source link

epy_reader.reader.Reader.input_prompt ??? #94

Open mcepl opened 12 months ago

mcepl commented 12 months ago

Shouldn’t that whole construct be replaced by code using readline module from the standard library instead? We could then easily have recorded history as well.

For support of Windows we can import pyreadline3 as a replacement (not sure about details, I am a Linux guy).