bens-dotfiles/weechat/.weechat/alias.conf

55 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2018-07-22 19:39:58 +00:00
#
# weechat -- alias.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
2021-07-26 18:36:05 +00:00
# Use commands like /set or /fset to change settings in WeeChat.
2018-07-22 19:39:58 +00:00
#
# For more info, see: https://weechat.org/doc/quickstart
#
[cmd]
2021-07-26 18:36:05 +00:00
alis = "/msg alis list $*"
2020-09-10 19:32:17 +00:00
bc = "/exec -sh -o echo "$*" | bc"
2018-07-22 19:39:58 +00:00
BEEP = "print -beep"
BYE = "quit"
2020-06-03 05:34:28 +00:00
C = "buffer close"
2018-07-22 19:39:58 +00:00
CHAT = "dcc chat"
CL = "buffer clear"
CLOSE = "buffer close"
2021-08-29 19:37:04 +00:00
cso = "cs op $channel"
2019-08-01 02:50:04 +00:00
emoji = "exec -o python3 -c "print(__import__(\"emoji\").emojize(\"$*\", use_aliases=True))""
2019-05-29 17:39:18 +00:00
factor = "/exec -sh -o factor $1 | cut -d" " -f 2,3 | tr " " ",""
2018-07-22 19:39:58 +00:00
IG = "ignore"
J = "join"
K = "kick"
KB = "kickban"
LEAVE = "part"
2019-02-04 19:16:40 +00:00
lenny = "/msg $channel ( ͡° ͜ʖ ͡°)"
2018-07-22 19:39:58 +00:00
M = "msg"
MSGBUF = "command -buffer $1 * /input send $2-"
MUB = "unban *"
N = "names"
2021-07-26 18:36:05 +00:00
ni = "/ns info =$1;/buffer server.libera"
2019-07-24 16:03:29 +00:00
pbcmd = "/exec -o -sh $* | pb"
2019-06-07 19:02:18 +00:00
py = "/exec -o python3 -c "print($*)""
2018-07-22 19:39:58 +00:00
Q = "query"
rainbow = "/exec -o toilet --irc --gay -f term -- $*"
2018-07-22 19:39:58 +00:00
REDRAW = "window refresh"
SAY = "msg *"
2018-08-15 03:40:36 +00:00
SLAP = "me slaps $1 around a bit with a large trout"
2018-07-22 19:39:58 +00:00
T = "topic"
UB = "unban"
UMODE = "mode $nick"
2019-05-29 17:39:18 +00:00
unscramble = "/exec -sh -o curl -s "http://anagramica.com/best/$*" | jq -r '.best[0]'"
2018-07-22 19:39:58 +00:00
V = "command core version"
W = "who"
WC = "window merge"
WI = "whois"
WII = "whois $1 $1"
WW = "whowas"
[completion]
MSGBUF = "%(buffers_plugins_names)"