3b228ff45c983c528681a60f3506e3ca
#techrights
have been available in http://techrights.org/irc
and in gemini://gemini.techrights.org/chat/index.gmi
for over a month; today we extend that to cover all channels (aggregated into one)
THE past few months were spent dealing with IRC disruption like we've never experienced in over 13 years. We took the opportunity to make several improvements. This morning at around 2 AM we carefully checked the output (txt
and html
files) for #techpol
, whose logging was finally automated yesterday, then tested thoroughly.
"Access and read IRC in (almost) real-time right from the command line."Later in the moning we improved the tooling with some simple command line programs and pipelines. I've decided to (re)check and ensure it's all consistent with Konversation (KDE) as shown on the screen (GUI), lessening interactions with bloated applications and reducing the need for notifications of any kind. In the process we've managed to create a sort of tool everyone can take advantage of. Access and read IRC in (almost) real-time right from the command line.
For all channels in one place (aggregated):
watch -n 5 "wget -qO- http://techrights.org/irc-archives/irc-status.txt | tail -20"
#techrights
alone (different format, different source/node):
watch -n 5 "wget -qO- http://techrights.org/irc | tail -20"
-n
accordingly. The same is true for number of lines shown (tail -20
)