weechat 4.6.2
Extensible chat client
WeeChat (Wee Enhanced Environment for Chat) is an Internet Relay Chat (IRC) client, which is designed to be light and fast. The client uses a curses frontend, and there are remote interfaces for Web, Qt, Android, and Emacs.
Everything in WeeChat can be done with the keyboard, though it also supports using a mouse. It is customizable and extensible with plugins and scripts.
- Outputs:
doc
,out
- Website: https://weechat.org/
- Licenses: GPL 3
- Package source: gnu/packages/irc.scm
- Builds: See build status
- Issues: See known issues
Installation
Install weechat 4.6.2
as follows:
guix install weechat@4.6.2
Or install the latest version:
guix install weechat
The weechat
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install weechat:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.