speedread icon indicating copy to clipboard operation
speedread copied to clipboard

An elinks-based recipe for reading websites this way.

Open hhirsch opened this issue 10 years ago • 1 comments

An elinks-based recipe for reading websites this way.

hhirsch avatar Feb 12 '15 08:02 hhirsch

Hi, Apologies in advance for my English.

I did a script like this:

#!/bin/bash clear curl -s $1 | html2text --images-to-alt --default-image-alt="/Image/" --ignore-tables -b 0 | egrep -v "^\s+\*\ \[.*" | speedread -w $2

It is not perfect, but it was good enough for me. You just pass the url and the desired speed.

camadog avatar Nov 26 '21 04:11 camadog