diff options
| author | John Vogel <jvogel4@stny.rr.com> | 2015-12-06 00:15:32 -0500 |
|---|---|---|
| committer | John Vogel <jvogel4@stny.rr.com> | 2015-12-06 00:15:32 -0500 |
| commit | 08b54647775a09c94cf32ae5eccd64c8661ce1f7 (patch) | |
| tree | 237d2a0984de75d5850f769b3256a47f4245522a /README | |
| parent | 7f0141bbe92dc6c3423ff39d21e8ec5c18b58ec1 (diff) | |
| download | cic-08b54647775a09c94cf32ae5eccd64c8661ce1f7.tar.gz | |
Initial commit for cic, ncurses fork of sic
Diffstat (limited to 'README')
| -rw-r--r-- | README | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,22 +1,22 @@ -sic - simple irc client +cic - curses irc client ======================= -sic is an extremly fast, small and simple irc client. It reads commands from -standard input and prints all server output to standard output. It multiplexes -also all channel traffic into one output, that you don't have to switch -different channel buffers, that's actually a feature. +cic is an extremly fast, small and simple irc client. It reads commands from +input line and prints all server output to a single output window. It also +multiplexes also all channel traffic into one output, so you don't have to +switch different channel buffers. That's actually a feature. Installation ------------ -Edit config.mk to match your local setup. sic is installed into +Edit config.mk to match your local setup. cic is installed into /usr/local by default. -Afterwards enter the following command to build and install sic +Afterwards enter the following command to build and install cic (if necessary as root): $ make clean install -Running sic +Running cic ----------- -Simply invoke the 'sic' command with the required arguments. +Simply invoke the 'cic' command with the required arguments. |
