Weechat scripts

From wikinotes

Scripts to weechat are plugins that extend weechat's functionality. Weechat comes bundled with it's own package manager you can use to install these scripts.

Documentation

scripting docs https://weechat.org/files/doc/stable/weechat_scripting.en.html
plugin docs https://weechat.org/files/doc/stable/weechat_plugin_api.en.html

Managing Scripts

/script search  vimode   # search
/script install vimode   # install
/script unload  vimode   # unload

/script update           # update index of scripts
/script upgrade          # upgrade all installed scripts

Some scripts that I like:

/script install iset.pl
/script install vimode.py
/script install notify_send.pl

Script Notes

weechat script vimode
weechat wee-slack
weechat multiline.pl
weechat weechat-fzf