lynx gives more loyal rendering of some html pages

This commit is contained in:
Luke Smith
2019-10-26 12:46:54 -04:00
parent d18cf65a22
commit ce78b37dc2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
text/plain; $EDITOR %s ;
text/html; openfile %s ; nametemplate=%s.html
text/html; w3m -I %{charset} -T text/html; copiousoutput;
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
image/*; muttimage %s ; copiousoutput
video/*; setsid mpv --quiet %s &; copiousoutput
application/pdf; openfile %s ;