dotfiles/weechat/.weechat/alias.conf

56 lines
1.3 KiB
Plaintext
Raw 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/weechat/quickstart/
2018-07-22 19:39:58 +00:00
#
config_version = 2
2018-07-22 19:39:58 +00:00
[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"
beep = "print -beep"
bye = "quit"
c = "buffer close"
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 " " ",""
ig = "ignore"
j = "join"
k = "kick"
kb = "kickban"
leave = "part"
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($*)""
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"
2019-05-29 17:39:18 +00:00
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"
2018-07-22 19:39:58 +00:00
[completion]
msgbuf = "%(buffers_plugins_names)"