summaryrefslogtreecommitdiffstats
path: root/extra/previewers/definitions/html
blob: 0f5e48acf566fc8bbd72be8e4c489fea2735ecd9 (plain)
1
2
3
4
5
6
#!/bin/sh

w3m -dump "${1}" ||
links -dump "${1}" ||
elinks -dump "${1}" ||
lynx -dump "${1}"