Plugin for integrate keybase in weechat.
Copy the python file in weechat plugin folder (for example ~/.weechat/python/
) and load it from weechat (/python load keybase.py
)
kebase
: This plugin is simply a wrapper forkeybase
CLI.
plugin.var.python.weebase.nickname
: Your nicknameplugin.var.python.weebase.server_name
: Displayed name for server (default KeyBase)plugin.var.python.weebase.debug
: Activate debugging information
\msg <sendto> <body>
: Sends a message to a nick\download <msgID> <output>
: Download an attachment.\open <msgID>
: Download and open an attachment (withxdg-open
)
This plugin is in really alpha stage. Can crash or hang weechat. There are a lot of work to do and a lot of testing. There are a lot of missing features (like storing history, delete messages, upload attacchment, all the teams management, ecc.) and a lot of bugs. Use it at your risk.