diff options
author | katherine <shmibs@shmibbles.me> | 2019-01-01 14:39:16 +0000 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2019-01-01 14:39:16 +0000 |
commit | 6bd67053c6e9e2593ffcc00d746346680af00997 (patch) | |
tree | 22257d2d87b16bb8208974f44f4663488106483f | |
parent | d25cec232053467d9c5ce10a5262cce52324fbab (diff) | |
download | dotfiles-6bd67053c6e9e2593ffcc00d746346680af00997.tar.gz |
use w3m for html dump
...i guess freebsd dropped elinks from package repos also
-rw-r--r-- | .mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -text/html; elinks -dump %s; nametemplate=%s.html; copiousoutput +text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput |