about summary refs log tree commit diff stats
path: root/gmi/be75381c.gmi
diff options
context:
space:
mode:
authorAoi Koizumi <novaburst@kalli.st>2022-03-18 17:19:55 -0300
committerAoi Koizumi <novaburst@kalli.st>2022-03-18 17:19:55 -0300
commit2ffad537e7dc4e6d70a0873518d4c6a09a5c92fd (patch)
tree3119664e914e2b31604d79a9cce3482fd3d71e69 /gmi/be75381c.gmi
parent7b10faf7494f396be6fe4131e1b562cc384f7c12 (diff)
downloadmirror-world-2ffad537e7dc4e6d70a0873518d4c6a09a5c92fd.tar.gz
Say "hello" 40 times to the place where you have tried salt at least once.
Signed-off-by: Aoi Koizumi <novaburst@kalli.st>
Diffstat (limited to 'gmi/be75381c.gmi')
-rw-r--r--gmi/be75381c.gmi39
1 files changed, 39 insertions, 0 deletions
diff --git a/gmi/be75381c.gmi b/gmi/be75381c.gmi
new file mode 100644
index 0000000..e362b13
--- /dev/null
+++ b/gmi/be75381c.gmi
@@ -0,0 +1,39 @@
+# Experiments with suckless software
+Authors: Nova[有線魔女] <novaburst@envs.net>
+Date: 2021 07 21
+
+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]: 
+=> http://tools.suckless.org/ii
+[3]: 
+=> https://github.com/tmux/tmux
+
+#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]: 
+=> http://st.suckless.org
+[5]: 
+=> http://tools.suckless.org/tabbed/
+[6]: 
+=> http://byobu.org/
+
+[1]: 
+=> http://suckless.org
\ No newline at end of file