Skip to content

nmeum/insomnia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insomnia

A frontend for the hii IRC client.

Screenshot

insomnia screenshot

Status

insomnia is just a collection of small programs and scripts which are connected using tmux to create a simple irssi-like text-based user interface for hii. As you might expected it's pretty hacky but mostly works.

Features

  • Support for readline-like key bindings and tab completions for nicks.
  • Support for highlight "notification" through bell characters.
    • Use this in combination with tmux's monitor-bell feature.
  • Support for tracking topic changes through tmux pane titles.
  • Support for colorful output.

Dependencies

insomnia depends on the following non-standard utilities:

Additionally, the following software is required for compilation:

Installation

To build and install insomnia run the following commands:

$ make
$ make install

Consult the GNUmakefile for environment variables which can be used to configure the installation. The variables LIBDIR and DATADIR are special and need to be set for both targets make and make install.

Development setup

In case you don't want to install insomnia globally but just want to experiment with it compile insomnia using the following commands:

$ export LIBDIR="$(pwd)/lib" DATADIR="$(pwd)/data"
$ make

Afterwards run ./bin/insomnia.

Usage

After a successful installation insomnia can be invoked as follows:

$ insomnia irc.hackint.org '#hii'

This will only work if an hii instance for irc.hackint.org is already running in the background and if the user already joined the #hii channel.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.