mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 06:49:24 +00:00
Update cheatsheets
This commit is contained in:
34
linux/sic
Normal file
34
linux/sic
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# sic
|
||||
|
||||
> Simple IRC client.
|
||||
> Part of the suckless tools.
|
||||
> More information: <https://tools.suckless.org/sic/>.
|
||||
|
||||
- Connect to the default host (irc.ofct.net) with the nickname set in the `$USER` environment variable:
|
||||
|
||||
`sic`
|
||||
|
||||
- Connect to a given host, using a given nickname:
|
||||
|
||||
`sic -h {{host}} -n {{nickname}}`
|
||||
|
||||
- Connect to a given host, using a given nickname and password:
|
||||
|
||||
`sic -h {{host}} -n {{nickname}} -k {{password}}`
|
||||
|
||||
- Join a channel:
|
||||
|
||||
`:j #{{channel}}<Enter>`
|
||||
|
||||
- Send a message to a channel or user:
|
||||
|
||||
`:m #{{channel|user}}<Enter>`
|
||||
|
||||
- Set default channel or user:
|
||||
|
||||
`:s #{{channel|user}}<Enter>`
|
||||
Reference in New Issue
Block a user