mrusme / reader

reader is for your command line what the “readability” view is for modern browsers: A lightweight tool offering better readability of web pages on the CLI.
https://xn--gckvb8fzb.com/reader-web-page-readability-on-the-cli/
GNU General Public License v3.0
258 stars 9 forks source link

Any differences between -i and -o? #7

Closed for-coursera closed 2 years ago

for-coursera commented 2 years ago

E.g., this comparison:

diff <(reader -o https://www.bbc.com/sport/football/60548685) <(reader -i https://www.bbc.com/sport/football/60548685)

reports no differences for me :)

With -i, wouldn't it be more logical to output just the usual output simply minus images? -o, on the other hand, looks just fine :)

(Also, an additional line break at the end of -o would be nice, don't you think?)

mrusme commented 2 years ago

Thank you for reporting this, sorry for the delay! I've fixed this issue and a new build is getting prepared here.