Creates a read subcommand that allows for reading the story in terminal.#20
Open
Zomega wants to merge 1 commit intokemayo:masterfrom
Open
Creates a read subcommand that allows for reading the story in terminal.#20Zomega wants to merge 1 commit intokemayo:masterfrom
Zomega wants to merge 1 commit intokemayo:masterfrom
Conversation
Finalize merge, a few things needed switching around. Use site-specific options post merge...
Contributor
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.