commit c0debb7dec2980a64c032b5ac776bdca8c0fdb07 parent 03fd3e22dcda4a95c45b39371578a85d71f0fdb7 Author: parazyd <parazyd@dyne.org> Date: Tue, 12 May 2020 17:06:21 +0200 Add support for .vt in gopher. Diffstat:
M | p | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/p b/p @@ -27,7 +27,7 @@ gopher://*) *.mp4|*.MP4|*.webm|*.WEBM|*.mkv|*.MKV) mpv "$clip" & ;; - *.txt|*.TXT|*.vtt|*.VTT) + *.txt|*.TXT|*.vtt|*.VTT|*.vt|*.VT) $TERMCMD sh -c "curl -s "$clip" | less" & ;; *.gif|*.GIF)