mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 23:56:00 +00:00
Update cheatsheets
This commit is contained in:
29
weechat
Normal file
29
weechat
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user