sites

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

commit 4f1a836dd5cb1ba95041d5f2fe1d4a10169a3a57
parent 2cc62f29f35a1a912e24aad0230d383506c1f25b
Author: Jan Klemkow <j.klemkow@wemelug.de>
Date:   Fri, 21 Oct 2022 17:08:47 +0200

add a site for the FIFO frontend lchat

Diffstat:
Atools.suckless.org/lchat/index.md | 28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)

diff --git a/tools.suckless.org/lchat/index.md b/tools.suckless.org/lchat/index.md @@ -0,0 +1,28 @@ +lchat +===== + +lchat (line chat) is a line oriented front end for ii-like chat programs. +It handles the input from keyboard and output file in parallel. Thus, you are +able to type messages while new chat lines are arriving. Its main focus is on +usability and simplicity. + +You can use lchar as frontend for the follwoing programs and protocols: + + * [ii](https://tools.suckless.org/ii) for IRC + * [ratox](https://git.2f30.org/ratox) for Tox + * [sj](https://github.com/younix/sj) and [jj](https://23.fi/jj) for XMPP + * [icb](https://github.com/czarkoff/icb) for ICB + +Requirements +------------ + + * [libgrapheme](https://libs.suckless.org/libgrapheme) + * tail(1) + * grep(1) + +Development +----------- +You can [browse](//git.suckless.org/scroll) its source code repository or get a +copy using the following command: + + git clone https://git.suckless.org/scroll