commit c1e149e9fc4353f8392eb88b6edfbd52d0d58d45 parent abf82e9dfbd3d88719079e6d10771a5ed3c4a46f Author: hhvn <dev@hhvn.uk> Date: Sun, 4 Jul 2021 14:08:30 +0100 .c/n/mailcap: isolate html, deal with zip/gzip Diffstat:
M | .config/neomutt/mailcap | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/.config/neomutt/mailcap b/.config/neomutt/mailcap @@ -1,9 +1,14 @@ +# torsocks -a 0.0.0.0 +# isolate the program by using +# a non-existant daemon + #text/html ; lynx -stdin -dump < '%s' | less -text/html ; surf '%s' +text/html ; torsocks -a 0.0.0.0 surf '%s' text/* ; nvim '%s' application/pdf ; zathura '%s' -application/* ; whatdoido '%s' +application/zip ; unzip -c '%s' | less +application/gzip ; gunzip '%s' | less image/* ; sxiv '%s' video/* ; mpv '%s'