Open hhirsch opened 9 years ago
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.
An elinks-based recipe for reading websites this way.