diff options
author | Teddy Wing | 2017-04-13 22:16:37 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-13 22:16:37 +0200 |
commit | bc399711f3f31a1a16a03f2440f966dae16ae8e3 (patch) | |
tree | 743c3a2c1412e368e777f18d26884d2c2e81dc36 | |
parent | e744717160266550bd0f66722f0ee5de2781b3b7 (diff) | |
download | HearURL-bc399711f3f31a1a16a03f2440f966dae16ae8e3.tar.bz2 |
open_url.sh: Add documentation comment for Irssi openurl integrationv0.0.1
-rw-r--r-- | open_url.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |