README.md - lchat - A line oriented chat front end for ii. | |
git clone git://git.suckless.org/lchat | |
Log | |
Files | |
Refs | |
README | |
--- | |
README.md (765B) | |
--- | |
1 line chat | |
2 ========= | |
3 | |
4 lchat (line chat) is a line oriented front end for ii-like chat programs. | |
5 It handles the input from keyboard and output file in parallel. Thus, y… | |
6 able to type messages while new chat lines are arriving. Its main focus… | |
7 usability and simplicity. | |
8 | |
9  | |
10 | |
11 Programs you can use lchat as a front end for: | |
12 | |
13 * https://tools.suckless.org/ii/ | |
14 * https://git.2f30.org/ratox | |
15 * https://github.com/younix/sj/ | |
16 * https://23.fi/jj/ | |
17 * https://github.com/czarkoff/icb | |
18 | |
19 Requirements | |
20 ------------ | |
21 | |
22 * [libgrapheme](https://libs.suckless.org/libgrapheme) | |
23 * tail(1) | |
24 * grep(1) | |
25 | |
26 TODO | |
27 ---- | |
28 | |
29 * fix: cursor positions in cases of line wrapping | |
30 * add input history | |
31 * split slackline as an extra project | |
32 * add support for vi/emacs mode |