plumber

simple plumber tool
git clone https://git.parazyd.org/plumber
Log | Files | Refs

commit ed1442be2d41c082abf0517627fcf39639364cde
parent c0debb7dec2980a64c032b5ac776bdca8c0fdb07
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 12 May 2020 19:57:34 +0200

Fix quoting.

Diffstat:
Mp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p b/p @@ -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 - &