{"id":16927588,"url":"https://github.com/ptrcnull/kouhai","last_synced_at":"2025-04-11T17:42:47.615Z","repository":{"id":39860960,"uuid":"485179640","full_name":"ptrcnull/kouhai","owner":"ptrcnull","description":"https://git.sr.ht/~taiite/senpai with some magic improvements","archived":false,"fork":false,"pushed_at":"2024-08-30T22:03:30.000Z","size":1109,"stargazers_count":4,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T13:45:47.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ptrcnull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-04-25T00:59:54.000Z","updated_at":"2024-08-30T22:03:36.000Z","dependencies_parsed_at":"2024-04-11T13:44:24.346Z","dependency_job_id":"b3653087-32de-4603-8ff3-440774a646d2","html_url":"https://github.com/ptrcnull/kouhai","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptrcnull%2Fkouhai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptrcnull%2Fkouhai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptrcnull%2Fkouhai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptrcnull%2Fkouhai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptrcnull","download_url":"https://codeload.github.com/ptrcnull/kouhai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248451664,"owners_count":21105911,"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":[],"created_at":"2024-10-13T20:34:37.221Z","updated_at":"2025-04-11T17:42:47.595Z","avatar_url":"https://github.com/ptrcnull.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](res/icon.128.png) ![](res/logo.png)\n\n\u003e # ⚠️ Migrated to sr.ht/~delthas\n\u003e\n\u003e **This project has [migrated to sr.ht/~delthas](https://git.sr.ht/~delthas/senpai/).**\n\u003e\n\u003e **This repository is archived and will not receive future updates.**\n---\n\n*Welcome home, desune~*\n\n**A modern terminal IRC client.**\n\n![a screenshot of your senpai feat. simon!](senpai.png)\n\nsenpai is an IRC client that works best with bouncers:\n\n- no logs are kept,\n- history is fetched from the server via [CHATHISTORY],\n- networks are fetched from the server via [bouncer-networks],\n- messages can be searched in logs via [SEARCH],\n- files can be uploaded via [FILEHOST] (with drag \u0026 drop!)\n\n## Quick demo\n\nTo try out senpai \"online\", a live SSH demo is available at:\n```shell\nssh -p 6666 delthas.fr\n```\n\nYour nick will be set to your SSH username.\n\n*(This connects to the Ergo test network.)*\n\n## Installing\n\nFrom source (requires Go):\n```shell\ngit clone https://git.sr.ht/~delthas/senpai\ncd senpai\nmake\nsudo make install\n```\n\nFor a simple Go local installation:\n```shell\ngit clone https://git.sr.ht/~delthas/senpai\ncd senpai\ngo install ./cmd/senpai\n```\n\n\n## Running\n\nFrom your terminal:\n```shell\nsenpai\n```\nSenpai will guide you through a configuration assistant on your first run.\n\nThen, type `/join #senpai` on [Libera.Chat] and have a... chat!\n\nSee `doc/senpai.1.scd` for more information and `doc/senpai.5.scd` for more\nconfiguration options!\n\n## Debugging errors, testing servers\n\nTo debug IRC traffic, run senpai with the `-debug` argument (or put `debug true`) in your config, it will then print in the `home` buffer all the data it sends and receives.\n\n## Issue tracker\n\nBrowse tickets at \u003chttps://todo.sr.ht/~delthas/senpai\u003e.\n\nTo create a ticket, visit the page above, or simply send an email to: [u.delthas.senpai@todo.sr.ht](mailto:u.delthas.senpai@todo.sr.ht) (does not require an account)\n\n## Contributing\n\nSending patches to senpai is done [by email](https://lists.sr.ht/~delthas/senpai-dev), this is simple and built-in to Git.\n\n### Using pyonji\n\n[pyonji](https://git.sr.ht/~emersion/pyonji) streamlines the Git email contribution workflow.\n\nInstall, then after adding your changes to a commit, run `pyonji`.\n\n### Using traditional git tools\n\nSet up your system once by following the steps Installation and Configuration of [git-send-email.io](https://git-send-email.io/)\n\nThen, run once in this repository:\n```shell\ngit config sendemail.to \"~delthas/senpai-dev@lists.sr.ht\"\n```\n\nThen, to send a patch, make your commit, then run:\n```shell\ngit send-email --base=HEAD~1 --annotate -1 -v1\n```\n\nIt should then appear on [the mailing list](https://lists.sr.ht/~delthas/senpai-dev/patches).\n\n## License\n\nThis senpai is open source! Please use it under the ISC license.\n\nCopyright (C) 2021 The senpai Contributors\n\n*senpai was created by taiite, who later handed development over to delthas. This is not a fork, but a continuation of the project initially hosted at https://sr.ht/~taiite/senpai/*\n\n[bouncer-networks]: https://git.sr.ht/~emersion/soju/tree/master/item/doc/ext/bouncer-networks.md\n[CHATHISTORY]: https://ircv3.net/specs/extensions/chathistory\n[SEARCH]: https://github.com/ircv3/ircv3-specifications/pull/496\n[FILEHOST]: https://codeberg.org/emersion/soju/src/branch/master/doc/ext/filehost.md\n[Libera.Chat]: https://libera.chat/\n[ml]: https://lists.sr.ht/~delthas/senpai-dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptrcnull%2Fkouhai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptrcnull%2Fkouhai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptrcnull%2Fkouhai/lists"}