icbc

Crates.ioicbc
lib.rsicbc
version0.2.3
sourcesrc
created_at2020-01-23 08:47:15.965068
updated_at2020-05-07 07:36:22.582417
descriptionminimalistic ICB client
homepage
repositoryhttps://github.com/jasperla/icb-rs
max_upload_size
id201185
size41,015
Jasper Lievisse Adriaanse (jasperla)

documentation

README

icbc, an ICB client

crates.io

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:

  • tab completion on usernames
  • support for changing groups, listing users, etc
  • highlight on mentions
  • and the list goes on..
Commit count: 86

cargo fmt