System Grab Bag

View all TLDR pages from common (or from all pages)

irssi

Text based IRC client. More information: https://irssi.org.
  • Open Irssi and connect to a server with a nickname:
    irssi -n {{nickname}} -c {{irc.example.com}}
  • Open Irssi and connect with a specific server on a given port:
    irssi -c {{irc.example.com}} -p {{port}}
  • View the help:
    irssi --help
  • Join a channel:
    /join {{#channelname}}
  • Change active window (starts at 1):
    /win {{window_number}}
  • Exit the application cleanly and quitting any server(s):
    /quit

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.