commit 31b2577ecc9fd51bd3461ab677b875ff58dddb8d parent 441dba74c01bfbfcccbdac039a7e178311e97200 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(-)
diff --git a/p b/p @@ -22,7 +22,9 @@ case "$clip" in gopher://*) $termcmd sacc "$clip" ;; - + ssh://*) + $termcmd ssh "$clip" + ;; https://www.youtube.com/*|ytdl://) mpv "$clip" ;;