WeeChat Cheat Sheet

WeeChat is a versatile and extensible IRC client with various plugins and features. Here’s a cheat sheet to help you get started with some basic commands and operations in WeeChat:

Getting Started

Start WeeChat:

weechat

Connect to a Server:

/server connect irc.example.com

Navigating Channels and Buffers

Switch to Next Buffer:

Alt + PageDown

Switch to Previous Buffer:

Alt + PageUp

Switch to Specific Buffer:

/buffer <buffer_name>

Joining and Leaving Channels

Join a Channel:

/join #channel

Leave a Channel:

/part #channel

Sending Messages

Send a Message to a Channel:

/msg #channel Hello, everyone!

Send a Private Message:

/query nickname Hello, there!

Managing Nicknames

Change Your Nickname:

/nick new_nickname

Server and Network Operations

Connect to a New Server:

/connect irc.newserver.com

Disconnect from the Current Server:

/disconnect

Searching and Filtering

Search for a String in the Buffer:

/search keyword

Filter Messages Based on a String:

/filter add keyword

Configuration and Settings

Open WeeChat Configuration:

/set

Save Configuration:

/save

Script and Plugin Management

List Installed Scripts/Plugins:

/script list

Load a Script/Plugin:

/script load script_name

Miscellaneous

Toggle Full-Screen Mode:

Alt + F11

Display Help:

/help

This cheat sheet covers some basic WeeChat commands, but the client has many more features and customization options. Refer to the official WeeChat documentation for more detailed information and advanced usage.