URI: 
       tFix quoting. - plumber - simple plumber tool
  HTML git clone https://git.parazyd.org/plumber
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit ed1442be2d41c082abf0517627fcf39639364cde
   DIR parent c0debb7dec2980a64c032b5ac776bdca8c0fdb07
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 12 May 2020 19:57:34 +0200
       
       Fix quoting.
       
       Diffstat:
         M p                                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/p b/p
       t@@ -28,7 +28,7 @@ gopher://*)
                        mpv "$clip" &
                        ;;
                *.txt|*.TXT|*.vtt|*.VTT|*.vt|*.VT)
       -                $TERMCMD sh -c "curl -s "$clip" | less" &
       +                $TERMCMD sh -c "curl -s '$clip' | less" &
                        ;;
                *.gif|*.GIF)
                        curl -s "$clip" | gifview -a - &