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