commit a7c1d7fe04b3b882885e43e2ca623450197e60df
parent c9d33f3eed1b59b871c1b57f61442a8596de1f9a
Author: sewn <sewn@disroot.org>
Date: Sun, 21 Jan 2024 21:12:37 +0300
Revert "rocks: remove senpai"
senpai is a simple irc client that is inline with suckless philosphy,
and only requires Go as a dependency.
on the other hand, another piece of software in Go on the list - lf,
is also on the list, so i don't see why senpai should be removed.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
@@ -124,6 +124,7 @@ This covers most console-based programs and programs from
### IRC clients
* [catgirl](https://git.causal.agency/catgirl) - is a TLS-only terminal IRC client.
+* [senpai](https://git.sr.ht/~taiite/senpai) - A modern terminal IRC client that works best with [soju](https://git.sr.ht/~emersion/soju).
* [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.
* [irc.c from mpu](https://c9x.me/irc/) - A minimal curses IRC client.