summary refs log tree commit diff
path: root/bin/man1/typer.1
blob: 118564069aa2c7e2249a9888a95f5a29aea96fd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.Dd March 23, 2021
.Dt TYPER 1
.Os
.
.Sh NAME
.Nm typer
.Nd type all day
.
.Sh SYNOPSIS
.Nm
.Op Fl Pv
.Op Fl c Ar cert
.Op Fl n Ar nick
.Op Fl p Ar port
.Op Fl u Ar user
.Ar host
.Ar chan
.
.Sh DESCRIPTION
.Nm
is an IRC bot
that types all day long.
The arguments are as follows:
.Bl -tag -width Ds
.It Fl P
Request the
.Sy causal.agency/passive
vendor-specific capability.
.It Fl c Ar cert
Use the TLS client certificate
and private key loaded from
.Ar cert .
.It Fl n Ar nick
Set the nickname.
The default is
.Nm .
.It Fl p Ar port
Connect to
.Ar port .
The default is 6697.
.It Fl u Ar user
Set the username.
The default is
.Nm .
.It Fl v
Log IRC protocol to standard error.
.It Ar host
Connect to
.Ar host .
.It Ar chan
Type in the channel
.Ar chan .
.El
.
.Sh STANDARDS
.Bl -item
.It
.Rs
.%A MuffinMedic
.%A James Wheare
.%T IRCv3 typing client tag
.%I IRCv3 Working Group
.%U https://ircv3.net/specs/client-tags/typing
.Re
.El
class='logheader'>2022-03-22Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe