From bc399711f3f31a1a16a03f2440f966dae16ae8e3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 13 Apr 2017 22:16:37 +0200 Subject: open_url.sh: Add documentation comment for Irssi openurl integration --- open_url.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'open_url.sh') diff --git a/open_url.sh b/open_url.sh index 3bd6514..143007a 100644 --- a/open_url.sh +++ b/open_url.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash # Opens a URL in the local SSH client machine's browser +# +# Irssi openurl.pl configuration: +# /set openurl_app_http /home/user/path/to/open_url.sh "$1" cat <(echo "$1") > /dev/tcp/localhost/37705 -- cgit v1.2.3