icbc, an ICB client
This is a minimal ICB client with a very basic interface.
Installation
You can install the latest version with:
cargo install icbc
or to build from git:
cargo install --git https://github.com/jasperla/icb-rs icbc
Usage
icbc --hostname server.example.net --group hackers -n ferris
ToDo
There are a lot of things to implement and/or fix before others might consider this usable, such as:
- scrolling through history (page up/down)
- tab completion on usernames
- support for changing groups, changing nick, listing users, priv messages, etc
- highlight on mentions
- better readline-like support for input
- and the list goes on..