From 7799a7191f5c2339938dad98ae3e49b460a6c0c1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 11 May 2022 02:01:40 +0200 Subject: [PATCH] Add rule for termbin.com to urlhandler --- .local/bin/urlhandler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/urlhandler b/.local/bin/urlhandler index d90a2b9..8a85804 100755 --- a/.local/bin/urlhandler +++ b/.local/bin/urlhandler @@ -29,7 +29,7 @@ local -A assignments=( '^https?://(invidious|piped)\.[^/]+/watch\?v=' "${mpv}" '^(gemini|gopher)://' "kristall" '\.(log|txt)$' "readwwwlog" - '^https?://(www\.)?(dpaste|irccloud)\.com/' "readwwwlog" + '^https?://(www\.)?(dpaste|irccloud|termbin)\.com/' "readwwwlog" '^https?://(www\.)?pastebin\.[^/]+/' "readwwwlog" '^https?://bpa\.st/' "readwwwlog" '^https?://sprunge\.us/' "readwwwlog"