mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
weechat: add page (#10418)
* weechat: add page --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
9014511631
commit
b63eb9f3af
1 changed files with 24 additions and 0 deletions
24
pages/common/weechat.md
Normal file
24
pages/common/weechat.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# weechat
|
||||
|
||||
> Command-line 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`
|
Loading…
Add table
Reference in a new issue