]> git.rmz.io Git - dotfiles.git/commitdiff
weechat: add aliases for gitlab slash command
authorSamir Benmendil <me@rmz.io>
Sat, 26 Sep 2020 18:03:47 +0000 (19:03 +0100)
committerSamir Benmendil <me@rmz.io>
Sat, 26 Sep 2020 18:03:47 +0000 (19:03 +0100)
weechat/alias.conf

index d0687c2b4e71c9f9d360e311f987fd1cbc3a5875..f32f5c5ddb617c1bceb84f743dedfc0acca73957 100644 (file)
@@ -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"