sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit ca7c34259adbe580e994ca08eddef2bdcfb3cec3
parent e3efdbaf42d116774249959211b8268acfa54cb1
Author: Josuah Demangeon <me@josuah.net>
Date:   Wed, 26 Feb 2020 22:32:53 +0100

rocks: add jj IRC client

Diffstat:
Msuckless.org/rocks/index.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -104,6 +104,7 @@ This covers most console-based programs and programs from * [hii](https://github.com/nmeum/hii) - A file-based IRC client, inspired by ii, with a focus on easing [frontend development](https://github.com/nmeum/insomnia) * [ii](//tools.suckless.org/ii/) - A FIFO based IRC client which is part of the suckless.org project. +* [jj](https://github.com/aaronNGi/jj) - A rework of ii that offloads all the IRC protocol parsing to an awk script, permitting triggers. * [irc.c from mpu](https://c9x.me/irc/) - A minimal curses IRC client. * [Irc](https://swtch.com/irc/) - IRC client for ACME. * [ircrc](http://plan9.bell-labs.com/sources/contrib/fgb/rc/ircrc) - An rc-based IRC client similar to ircc. Needs minor modification to run on UNIX.