dotfiles/weechat/.weechat/alias.conf

56 lines
1.3 KiB
Plaintext

#
# weechat -- alias.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/weechat/quickstart/
#
config_version = 2
[cmd]
alis = "/msg alis list $*"
bc = "/exec -sh -o echo "$*" | bc"
beep = "print -beep"
bye = "quit"
c = "buffer close"
chat = "dcc chat"
cl = "buffer clear"
close = "buffer close"
cso = "cs op $channel"
emoji = "exec -o python3 -c "print(__import__(\"emoji\").emojize(\"$*\", use_aliases=True))""
factor = "/exec -sh -o factor $1 | cut -d" " -f 2,3 | tr " " ",""
ig = "ignore"
j = "join"
k = "kick"
kb = "kickban"
leave = "part"
m = "msg"
msgbuf = "command -buffer $1 * /input send $2-"
mub = "unban *"
n = "names"
ni = "/ns info =$1;/buffer server.libera"
pbcmd = "/exec -o -sh $* | pb"
py = "/exec -o python3 -c "print($*)""
q = "query"
rainbow = "/exec -o toilet --irc --gay -f term -- $*"
redraw = "window refresh"
say = "msg *"
slap = "me slaps $1 around a bit with a large trout"
t = "topic"
ub = "unban"
umode = "mode $nick"
unscramble = "/exec -sh -o curl -s "http://anagramica.com/best/$*" | jq -r '.best[0]'"
v = "command core version"
w = "who"
wc = "window merge"
wi = "whois"
wii = "whois $1 $1"
ww = "whowas"
[completion]
msgbuf = "%(buffers_plugins_names)"