From 1ee71ed3ea0a576365b7244781b45c5d27e25e1f Mon Sep 17 00:00:00 2001 From: Jeremy Anderson Date: Tue, 21 Jul 2026 15:39:05 -0400 Subject: [PATCH] Updated README.md --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index 3bb9e0c..16f1e8c 100755 --- a/README.md +++ b/README.md @@ -2,34 +2,11 @@ a multi-protocol terminal chat client written in Rust. -``` -┌─ nirc-rs 0.9.0 ─────────────────────────────────────────────────────────────────────┐ -│ File Edit View Connect Help [F1=menu] │ -├──────────────────────────────────────────────────────────────────────────────────────┤ -│ [#rust] IRC Libera │ -│ │ -│ [12:00:01] -nickserv- You are now identified for dcos. │ -│ [12:00:03] * dcos has joined #rust │ -│ [12:00:15] hey, welcome to the channel │ -│ [12:00:22] the new ratatui 0.29 migration looks solid │ -│ [12:00:31] thanks! been working on the ADC/DC++ integration too │ -│ [12:00:45] multi-protocol in a TUI? that's pretty cool │ -│ [12:01:02] │ 8 protocols, one terminal, zero web browsers │ -│ │ -├──────────────────────────────────────────────────────────────────────────────────────┤ -│ > █ │ -├─────┬───────────────────────────────────────────────────────────────────┬────────────┤ -│ IRC │ [#rust*] [##nirc] [Status] 192.168.1.42│ 3 win │ 2u │ -└─────┴───────────────────────────────────────────────────────────────────┴────────────┘ -``` - -## Overview - nirc-rs is a TUI (terminal user interface) chat client that places you in control of your data and communications. Inspired by [naim](https://github.com/naim-devel/naim), it consolidates eight chat protocols into a single terminal interface — no web browsers, no Electron, no JavaScript. **Version:** 0.9.0 **License:** GPL-3.0-or-later -**Author:** dcos / dcos.net +**Author:** Jeremy Anderson - dcos.net **Repository:** https://git.dcos.net/dcosnet/nirc-rs ---