eafer / rdrview

Firefox Reader View as a command line tool
Apache License 2.0
844 stars 36 forks source link

Handle local content #27

Closed Seirdy closed 2 years ago

Seirdy commented 2 years ago

rdrview is great for viewing remote content, but it'd be great to handle local content. The ability to read standard input or a file would be appreciated.

eafer commented 2 years ago

rdrview is great for viewing remote content, but it'd be great to handle local content. The ability to read standard input or a file would be appreciated.

It can do both already. You can request a local path instead of a url, and you don't provide either it will read standard input. The details are explained in the man page.

Seirdy commented 2 years ago

On Mon, Feb 14, 2022 at 07:01:22AM -0800, Ernesto Fernández wrote:

It can do both already. You can request a local path instead of a url, and you don't provide either it will read standard input. The details are explained in the man page.

Apologies; I got this mixed up with the Mercury Parser CLI tool. I'll file an issue there.

-- /Seirdy