about summary refs log tree commit diff
path: root/README
blob: b744df865afb5bf15707a1138c2c54ec74662fb0 (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
CATGIRL(7)         FreeBSD Miscellaneous Information Manual         CATGIRL(7)

NAME
     catgirl – IRC client

DESCRIPTION
     catgirl is a curses IRC client originally intended for use over anonymous
     SSH.

     It requires LibreSSL and targets FreeBSD, NetBSD and Darwin.

FILES
     chat.h     Shared state and function prototypes
     chat.c     Command line parsing
     event.c    Event loop and process spawning
     tag.c      Tag (channel, query) ID assignment
     handle.c   Incoming command handling
     input.c    Input command handling
     irc.c      TLS client connection
     format.c   IRC formatting
     ui.c       Curses UI
     term.c     Terminal features unsupported by curses
     edit.c     Line editing
     tab.c      Tab-complete
     url.c      URL detection
     pls.c      Functions which should not have to be written
     sandman.m  Utility for Darwin to signal sleep

     sshd_config  Anonymous SSH configuration
     man.sh       man(1) implementation for chroot

SEE ALSO
     catgirl(1), sandman(1)

Causal Agency                  December 2, 2018                  Causal Agency
id=0c4ac55bdbb6e83c5ec80089fb9e0efe0a38496f&follow=1'>Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe