summary refs log tree commit diff
path: root/bin/README.7
blob: 16ef3120cd5d21a3b704989911c8a70198096c64 (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
.Dd September 7, 2018
.Dt README 7
.Os "Causal Agency"
.Sh NAME
.Nm bin
.Nd various utilities
.Sh DESCRIPTION
Various tools primarily targeting
Darwin,
FreeBSD
and NetBSD.
Some tools also target Linux.
.Pp
To build common tools, run:
.Dl make
.Pp
To build BSD tools, run:
.Dl make bsd
.Pp
To build Linux tools, run:
.Dl make linux
.Sh SEE ALSO
.Xr atch 1 ,
.Xr bri 1 ,
.Xr dtch 1 ,
.Xr fbatt 1 ,
.Xr fbclock 1 ,
.Xr glitch 1 ,
.Xr hnel 1 ,
.Xr klon 6 ,
.Xr modem 1 ,
.Xr pbd 1 ,
.Xr pngo 1 ,
.Xr scheme 1 ,
.Xr wake 1 ,
.Xr watch 1 ,
.Xr xx 1
6-02 21:45:47 -0400'>2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe