URI: 
       tAdd ssh:// handler. - plumber - simple plumber tool
  HTML git clone https://git.parazyd.org/plumber
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 31b2577ecc9fd51bd3461ab677b875ff58dddb8d
   DIR parent 441dba74c01bfbfcccbdac039a7e178311e97200
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sun, 24 Feb 2019 13:00:06 +0100
       
       Add ssh:// handler.
       
       Diffstat:
         M p                                   |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/p b/p
       t@@ -22,7 +22,9 @@ case "$clip" in
                gopher://*)
                        $termcmd sacc "$clip"
                        ;;
       -
       +        ssh://*)
       +                $termcmd ssh "$clip"
       +                ;;
                https://www.youtube.com/*|ytdl://)
                        mpv "$clip"
                        ;;