Files
cheatsheet-tldr/tldr/weechat
2025-12-20 00:20:53 +00:00

30 lines
495 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# weechat
> Internet relay chat client with various features.
> More information: <https://weechat.org/doc/>.
- Start WeeChat:
`weechat`
- Do not load any plugin(s) on startup:
`weechat --no-plugin`
- Do not load any script(s) on startup:
`weechat --no-script`
- Do not connect to servers automatically:
`weechat --no-connect`
- Write default terminal colors to `stdout`:
`weechat --colors`