kinda fork of catgirl irc client with bx's personal tweeks, original client: https://git.causal.agency/catgirl/
 
 
 
 
 
Go to file
Curtis McEnroe d8cffb8ae7
Add /move command
2019-02-27 00:17:59 -05:00
.gitignore Ignore sandman 2018-11-30 15:43:19 -05:00
Darwin.mk Tweak Makefile ordering and naming 2019-01-24 20:42:27 -05:00
LICENSE Add LICENSE file 2018-08-02 20:55:21 -04:00
Linux.mk Add Linux.mk 2019-01-25 03:49:38 -05:00
Makefile Move nick and tag coloring to color.c 2019-02-25 23:10:40 -05:00
NetBSD.mk Add NetBSD.mk 2018-11-28 23:29:19 -05:00
README Move nick and tag coloring to color.c 2019-02-25 23:10:40 -05:00
catgirl.1 Add /move command 2019-02-27 00:17:59 -05:00
catgirl.7 Move nick and tag coloring to color.c 2019-02-25 23:10:40 -05:00
chat.c Reorganize UI code for the umpteenth time 2019-02-22 14:11:50 -05:00
chat.h Add /move command 2019-02-27 00:17:59 -05:00
color.c Move nick and tag coloring to color.c 2019-02-25 23:10:40 -05:00
edit.c Remove ROT13 2019-02-21 23:17:40 -05:00
event.c Show status window while connecting 2019-02-22 14:19:20 -05:00
format.c Move nick and tag coloring to color.c 2019-02-25 23:10:40 -05:00
handle.c Move nick and tag coloring to color.c 2019-02-25 23:10:40 -05:00
input.c Add /move command 2019-02-27 00:17:59 -05:00
irc.c Output raw to standard error if it is not a terminal 2019-02-25 17:00:28 -05:00
log.c Add M-l to list the log 2019-02-25 21:48:05 -05:00
man.sh Rename project catgirl 2018-11-27 19:13:27 -05:00
pls.c Move base64 back to pls.c 2018-12-16 16:57:43 -05:00
sandman.1 Send only SIGHUP in sandman 2018-12-04 15:38:22 -05:00
sandman.m Send only SIGHUP in sandman 2018-12-04 15:38:22 -05:00
sshd_config Rename project catgirl 2018-11-27 19:13:27 -05:00
tab.c Use PascalCase for constants 2018-09-02 16:13:00 -04:00
tag.c Move nick and tag coloring to color.c 2019-02-25 23:10:40 -05:00
term.c Disable terminal flow control 2019-02-22 23:31:33 -05:00
ui.c Add /move command 2019-02-27 00:17:59 -05:00
url.c Use const char *argv[] signatures 2018-10-28 02:14:22 -04:00

README

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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 (-ltls) and targets FreeBSD, Darwin, NetBSD and
     GNU/Linux.

INSTALL
     On platforms other than FreeBSD, copy the appropriate file to config.mk
     and modify as needed.  The default install PREFIX is ~/.local.

           cp $(uname).mk config.mk
           make
           make install

   Darwin
     LibreSSL is assumed to be installed with brew(1).  The sandman(1) wrapper
     is also installed.

   NetBSD
     LibreSSL is assumed to be installed with pkgsrc(7).  Due to bugs in
     NetBSD's curses(3) implementation, some of the UI is currently broken.

   GNU/Linux
     LibreSSL is assumed to be manually installed in /usr/local and is
     statically linked.

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
     color.c    nick and channel coloring
     ui.c       cursed 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                  February 25, 2019                 Causal Agency