From 15ac5983e4b32ace348af0491488d5f8c660344a Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 26 Sep 2020 19:03:47 +0100 Subject: [PATCH] weechat: add aliases for gitlab slash command --- weechat/alias.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weechat/alias.conf b/weechat/alias.conf index d0687c2..f32f5c5 100644 --- a/weechat/alias.conf +++ b/weechat/alias.conf @@ -23,6 +23,7 @@ CL = "buffer clear" CLOSE = "buffer close" EXIT = "quit" IG = "ignore" +issue = "/slack slash /gitlab $1 issue show $2" J = "join" K = "kick" KB = "kickban" @@ -31,6 +32,8 @@ M = "msg" MUB = "unban *" N = "names" Q = "query" +rap = "/slack slash /gitlab rap $*" +rap-search = "/slack slash /gitlab rap issue search $*" REDRAW = "window refresh" SAY = "msg *" SIGNOFF = "quit" @@ -45,3 +48,4 @@ WII = "whois $1 $1" WW = "whowas" [completion] +issue = "rap|base" -- 2.48.1