snippetbashTip
weechat — Internet relay chat client with various features. More information: <https://weechat.org/doc/>.
Viewed 0 times
chatcommandclientcliweechatwithrelayinternet
Problem
How to use the
weechat command: Internet relay chat client with various features. More information: <https://weechat.org/doc/>.Solution
weechat — Internet relay chat client with various features. More information: <https://weechat.org/doc/>.Start WeeChat:
weechatDo not load any plugin(s) on startup:
weechat --no-pluginDo not load any script(s) on startup:
weechat --no-scriptDo not connect to servers automatically:
weechat --no-connectWrite default terminal colors to
stdout:weechat --colorsCode Snippets
Start WeeChat
weechatDo not load any plugin(s) on startup
weechat --no-pluginDo not load any script(s) on startup
weechat --no-scriptDo not connect to servers automatically
weechat --no-connectWrite default terminal colors to `stdout`
weechat --colorsContext
tldr-pages: common/weechat
Revisions (0)
No revisions yet.