From 09bb2854478e552523c15de6f80c9f92d71376a3 Mon Sep 17 00:00:00 2001 From: Aoi Koizumi Date: Fri, 29 Apr 2022 10:06:13 -0300 Subject: Moving git host yet again --- gmi/be75381c.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 gmi/be75381c.txt (limited to 'gmi/be75381c.txt') diff --git a/gmi/be75381c.txt b/gmi/be75381c.txt new file mode 100644 index 0000000..c51ed22 --- /dev/null +++ b/gmi/be75381c.txt @@ -0,0 +1,35 @@ +ID: be75381c-7523-4b95-967d-726bc0144a2b +Title: Experiments with suckless software +Authors: Nova[有線魔女] +Date: 2021-07-21T11:15:09-00:00 +Topics: Computing + +Haven't gone too far with simplicity on my host, but I've been testing some software projects at suckless[1] on my computer. + +# ii (irc it) +Besides from not supporting SSL/TLS on IRC (by default, and that's not a bug) it runs excellent when combined with tmux[3] , I just use three tabs in the multiplexer (for each IRC server) , basically on this mode: +- ii running on the first tab +- a shell prompt where I can "echo" messages to the channel 'in' FIFO +- another prompt showing the output of 'tail -f $irc_server/$irc_channel/out' + +I don't know if I'm doing it right but it works for me , lol +Though I'll keep using irssi as my main client, which already works fine, XD. + +Only tested with just one channel on one network, as I still need to figure out how to do multiple channels on different servers. + +[2]: +[3]: + +# st +It just works, just I haven't gotten used to it as my main terminal emulator, but it's otherwise fine. +I guess for tab support either tabbed[5] or even tmux / byobu[6] should work as well. +Never figured out how to use tabbed, even though I gave a read to its manual page. + +Update #1: I'm using this as my main terminal emulator as of now +Update #2: I figured out how to make tabbed and st work side-by-side as of today + +[4]: +[5]: +[6]: + +[1]: -- cgit 1.4.1-2-gfad0 ue='author'>author
blob: aa0a3abe98b24ac0fc1e123610ff1542a6fd56bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21