commit 4f1a836dd5cb1ba95041d5f2fe1d4a10169a3a57
Author: Jan Klemkow <j.klemkow_AT_wemelug.de>
Date: Fri Oct 21 17:08:47 2022 +0200
add a site for the FIFO frontend lchat
diff --git a/tools.suckless.org/lchat/index.md b/tools.suckless.org/lchat/index.md
new file mode 100644
index 00000000..434cc4f6
--- /dev/null
+++ b/tools.suckless.org/lchat/index.md
_AT_@ -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
Received on Fri Oct 21 2022 - 17:09:24 CEST