insomnia

A frontend for the hii IRC client

git clone https://git.8pit.net/insomnia.git

commits

2023-07-22 GNUmakefile: Fix overwriting insomnia binary with sed Sören Tempel
2023-03-27 insomnia-color: Fix Wikipedia reference in source code comment Sören Tempel
2022-11-28 GNUmakefile: Remove write bit for generated insomnia file in ./bin/ Sören Tempel
2022-06-05 README.md: Bump required tmux version Sören Tempel
2022-05-14 insomnia: use new window-resized hook instead of client-resized Sören Tempel

Clone the repository to access all 196 commits.

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

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/.