-
Notifications
You must be signed in to change notification settings - Fork 2
command-line non-blocking ICB client
License
grayed/oicb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
oicb is a minimalistic replacement for icb[1] command-line client. oicb lacks many (insecure) features, but offers one big advantage: screen is not blocked while you're typing. The code is under 2-clause BSD license, see the LICENSE file. Building instructions: OpenBSD: simple "make" should suffice, although you may want run "make obj" first. Generic way: usual CMake-based build: "mkdir -p build && cd build && cmake .. && make". You'll need libreadline-dev and libncurses-dev installed. On non-BSD systems you'll need libbsd-dev as well. Things I'm willing to have but too lazy to do myself now: * Start using <stdbool.h>. * Implement /query as /w wrapper. * Take care of /g and /name (update 'room' and 'nick'). * Nicer group list formatting. _________ [1] http://www.icb.net/, see the "Unix ICB Classic Client" link
About
command-line non-blocking ICB client
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published