wustho / epy

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

Open epub URLs directly? #62

Open SlidingHorn opened 2 years ago

SlidingHorn commented 2 years ago

I'm not sure if this is something that's beyond the scope of this project, but I figured I'd ask:

Any chance of allowing us to use epy to directly open an epub via a URL? For example:

epy http://theanarchistlibrary.org/library/peter-gelderloos-anarchy-works.epub


Edit: I know this is supposed to already be supported (at least according to the --help), but no matter what epub I try to view, I cannot view them.

wustho commented 2 years ago

Seems doable, but currently still working on new UI, we really need to modernize the UI (the UI framework, not the looks), so it may come after a while.

mcepl commented 1 year ago

I think this is strongly against “Do one thing and do it well” philosophy. How much it worthy of effort, when the alternative is just

wget http://theanarchistlibrary.org/library/peter-gelderloos-anarchy-works.epub && \
    epy peter-gelderloos-anarchy-works.epub

(make yourself an alias for it).