aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-07 10:39:53 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:44 +0200
commit90e607b6a3756619c5935396591f0b343a46e773 (patch)
tree34b5b8975431de8b19da5d2f204b5c0d1e1a879a /.local
parente013f24aa5fc85dca36b61e57ecf276cd65b3ffb (diff)
Include Matrix support in WeeChat
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/open2
-rw-r--r--.local/etc/gittab/tabs/weechat6
2 files changed, 6 insertions, 2 deletions
diff --git a/.local/bin/open b/.local/bin/open
index 2de4100..39ef1e5 100755
--- a/.local/bin/open
+++ b/.local/bin/open
@@ -52,6 +52,8 @@ multi sub cmd (HttpUrl $t where *.hostname.ends-with('zaaksysteem.nl')) { "chrom
# Rewrite bad site to good site
multi sub cmd (HttpUrl $t is copy where *.hostname eq "twitter.com") { callwith(URL.new(|$t.Hash, hostname => 'nitter.net')) }
+multi sub cmd (HttpUrl $t is copy where *.hostname eq "instagram.com") { callwith(URL.new(|$t.Hash, hostname => 'brap.top', path => $t.path.unshift('u'))) }
+multi sub cmd (HttpUrl $t is copy where *.hostname eq "www.instagram.com") { callwith(URL.new(|$t.Hash, hostname => 'brap.top', path => $t.path.unshift('u'))) }
# All other URLs should be opened with the preferred browser.
diff --git a/.local/etc/gittab/tabs/weechat b/.local/etc/gittab/tabs/weechat
index 81b80aa..27b21eb 100644
--- a/.local/etc/gittab/tabs/weechat
+++ b/.local/etc/gittab/tabs/weechat
@@ -1,2 +1,4 @@
-# Local name Remote URL Branch
-wee_slack https://github.com/wee-slack/wee-slack master
+# Local name Remote URL Branch
+protocol-slack https://github.com/wee-slack/wee-slack master
+protocol-matrix https://github.com/poljar/weechat-matrix master
+protocol-signal https://github.com/thefinn93/signal-weechat master