Updated README.md
This commit is contained in:
parent
3ea7b0d28a
commit
1ee71ed3ea
25
README.md
25
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] <alice> hey, welcome to the channel │
|
||||
│ [12:00:22] <bob> the new ratatui 0.29 migration looks solid │
|
||||
│ [12:00:31] <dcos> thanks! been working on the ADC/DC++ integration too │
|
||||
│ [12:00:45] <alice> multi-protocol in a TUI? that's pretty cool │
|
||||
│ [12:01:02] <dcos> │ 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
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue