{"id":18446896,"url":"https://github.com/nmeum/insomnia","last_synced_at":"2025-04-08T00:31:58.361Z","repository":{"id":62625572,"uuid":"162767700","full_name":"nmeum/insomnia","owner":"nmeum","description":"A frontend for the hii IRC client","archived":false,"fork":false,"pushed_at":"2025-01-19T23:00:31.000Z","size":140,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T03:31:59.687Z","etag":null,"topics":["ii","irc","irc-client","suckless","tmux","unix-philosophy"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nmeum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-21T23:54:49.000Z","updated_at":"2025-02-02T06:39:03.000Z","dependencies_parsed_at":"2024-11-06T07:11:23.051Z","dependency_job_id":"a04b7593-e87b-4cca-86c4-98d5b6ff0ed5","html_url":"https://github.com/nmeum/insomnia","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmeum%2Finsomnia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmeum%2Finsomnia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmeum%2Finsomnia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmeum%2Finsomnia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nmeum","download_url":"https://codeload.github.com/nmeum/insomnia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755414,"owners_count":20990617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ii","irc","irc-client","suckless","tmux","unix-philosophy"],"created_at":"2024-11-06T07:11:15.023Z","updated_at":"2025-04-08T00:31:58.354Z","avatar_url":"https://github.com/nmeum.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# insomnia\n\nA frontend for the [hii][hii github] IRC client.\n\n## Screenshot\n\n![insomnia screenshot](https://gist.githubusercontent.com/nmeum/3886bef9c4b07f42bcc4d15da1c0177e/raw/8d01fbe80a7843fec58f098fcdca591fecdc97a9/insomnia.png)\n\n## Status\n\ninsomnia is just a collection of small programs and scripts which are\nconnected using tmux to create a simple irssi-like text-based user\ninterface for hii. As you might expected it's pretty hacky but mostly\nworks.\n\n## Features\n\n* Support for readline-like key bindings and tab completions for nicks.\n* Support for highlight \"notification\" through bell characters.\n\t* Use this in combination with tmux's monitor-bell feature.\n* Support for tracking topic changes through tmux pane titles.\n* Support for colorful output.\n\n## Dependencies\n\ninsomnia depends on the following non-standard utilities:\n\n* [hii][hii github] \u003e= 1.0.0\n* [input][input github] \u003e= 0.7.0\n* [tmux][tmux homepage] \u003e= [3.3][tmux window-resized]\n* awk with `fflush()` (available since [POSIX.1‐2024][posix issue 634])\n\nAdditionally, the following software is required for compilation:\n\n* A C99 compiler\n* [GNU make][GNU make] (sorry!)\n\n## Installation\n\nTo build and install insomnia run the following commands:\n\n\t$ make\n\t$ make install\n\nConsult the `GNUmakefile` for environment variables which can be used to\nconfigure the installation. The variables `LIBDIR` and `DATADIR` are\nspecial and need to be set for both targets `make` and `make install`.\n\n### Development setup\n\nIn case you don't want to install insomnia globally but just want to\nexperiment with it compile insomnia using the following commands:\n\n\t$ export LIBDIR=\"$(pwd)/lib\" DATADIR=\"$(pwd)/data\"\n\t$ make\n\nAfterwards run `./bin/insomnia`.\n\n## Usage\n\nAfter a successful installation `insomnia` can be invoked as follows:\n\n\t$ insomnia irc.hackint.org '#hii'\n\nThis will only work if an `hii` instance for `irc.hackint.org` is\nalready running in the background and if the user already joined the\n`#hii` channel.\n\n## License\n\nThis program is free software: you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the\nFree Software Foundation, either version 3 of the License, or (at your\noption) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\nPublic License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n[hii github]: https://github.com/nmeum/hii\n[input github]: https://github.com/nmeum/input\n[tmux homepage]: https://tmux.github.io\n[tmux window-resized]: https://github.com/tmux/tmux/issues/2995\n[posix issue 634]: http://austingroupbugs.net/view.php?id=634\n[GNU make]: https://www.gnu.org/software/make/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmeum%2Finsomnia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnmeum%2Finsomnia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmeum%2Finsomnia/lists"}