leech
leech copied to clipboard
Creates a read subcommand that allows for reading the story in terminal.
This is a pretty simple reader -- I use pandoc to convert to markdown, and pydoc to display the content in a nice pager interface.
I use this for previewing and reading over SSH when making a full EPUB is too heavy weight.
May be beyond scope of leech, but I find it handy when I'm just trying to read a single update, and not interested in sending an epub to my reader. Notable problems include that it's overkill to load the entire story just to view a chapter.
Also -- if this seems in scope, I plan to set it up so that pandoc and pydoc are not full dependencies -- if they are not installed, I'll just show a message encouraging the user to install them.