index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (929B) | |
--- | |
1 lchat | |
2 ===== | |
3 lchat (line chat) is a line oriented front end for ii-like chat programs. | |
4 It handles the input from keyboard and output file in parallel. Thus, y… | |
5 able to type messages while new chat lines are arriving. Its main focus… | |
6 usability and simplicity. | |
7 | |
8 You can use lchat as frontend for the following programs and protocols: | |
9 | |
10 * [ii](https://tools.suckless.org/ii) for IRC | |
11 * [ratox](https://git.2f30.org/ratox) for Tox | |
12 * [sj](https://github.com/younix/sj) and [jj](https://23.fi/jj) for XMPP | |
13 * [icb](https://github.com/czarkoff/icb) for ICB | |
14 | |
15 Requirements | |
16 ------------ | |
17 * [libgrapheme](https://libs.suckless.org/libgrapheme) | |
18 * tail(1) | |
19 * grep(1) | |
20 | |
21 Download | |
22 -------- | |
23 * [lchat 1.0](//dl.suckless.org/tools/lchat-1.0.tar.gz) (2022-12-28) | |
24 | |
25 Development | |
26 ----------- | |
27 You can [browse](//git.suckless.org/lchat) its source code repository or… | |
28 copy using the following command: | |
29 | |
30 git clone https://git.suckless.org/lchat |