{"id":19539694,"url":"https://github.com/illusionman1212/gorc","last_synced_at":"2026-02-07T02:33:26.897Z","repository":{"id":137954897,"uuid":"415668557","full_name":"IllusionMan1212/gorc","owner":"IllusionMan1212","description":"Modern terminal IRC client written in golang","archived":false,"fork":false,"pushed_at":"2025-08-29T14:00:02.000Z","size":220,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T16:56:21.598Z","etag":null,"topics":["bubbles","bubbletea","golang","irc","irc-client","lipgloss","terminal-app","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/IllusionMan1212.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-10T18:30:51.000Z","updated_at":"2025-08-29T14:00:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf06125b-92a0-474f-adb5-1054fd01dc85","html_url":"https://github.com/IllusionMan1212/gorc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IllusionMan1212/gorc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IllusionMan1212%2Fgorc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IllusionMan1212%2Fgorc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IllusionMan1212%2Fgorc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IllusionMan1212%2Fgorc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IllusionMan1212","download_url":"https://codeload.github.com/IllusionMan1212/gorc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IllusionMan1212%2Fgorc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29184978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bubbles","bubbletea","golang","irc","irc-client","lipgloss","terminal-app","tui"],"created_at":"2024-11-11T02:42:55.062Z","updated_at":"2026-02-07T02:33:26.880Z","avatar_url":"https://github.com/IllusionMan1212.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gorc\ngorc is a WIP modern terminal IRC client written in golang.\n\n## Building\nIn order to build `gorc`, make sure you have the [Go toolchain](https://go.dev/) installed.\n\n#### Steps\n1. clone the gorc repo\n```\ngit clone https://git.illusionman1212.tech/illusion/gorc.git\n```\n2. clone the bubbles repo\n```\ngit clone https://github.com/charmbracelet/bubbles.git\n```\n3. apply this [patch](https://github.com/charmbracelet/bubbles/pull/87) to your local `bubbles`.\n4. tell golang to replace the online `bubbles` dependency with the local version you just cloned by modifying **line 5** in `go.mod` and replacing the path after `=\u003e` with the path of your local `bubbles` repo.\n5. run `go build` in the root directory of the project.\nThis will download the dependencies and create an executable named \"gorc\".\n\n### Note: the patch is a temporary measure until it's merged to master in `bubbles`\n#### Note Note: prebuilt binaries will be provided once an initial release is done.\n\n## Screenshots\nTODO\n\n## Keybindings\n- Login Screen Bindings\n\t- `Tab` -\u003e Move input focus down.\n\t- `Shift+Tab` -\u003e Move input focus up.\n\t- `Space` -\u003e Toggle TLS checkbox.\n\t- `Enter` -\u003e \n\t\t--- Move input focus down \n\t\t--- Toggle TLS checkbox.\n\t\t--- Confirm connect button.\n- Main Screen Bindings\n\t- All Panes:\n\t\t- `Tab` -\u003e Move between panes forwards.\n\t\t- `Shift+Tab` -\u003e Move between panes backwards.\n\t\t- `Left Arrow` -\u003e Move to next channel.\n\t\t- `Right Arrow` -\u003e Move to previous channel.\n\t- Main Pane:\n\t\t- `J,K` -\u003e Scrolls viewport up, down one line.\n\t\t- `Up Arrow, Down Arrow` -\u003e Scrolls viewport up, down one line.\n\t\t- `D,U` -\u003e Scrolls viewport up, down half a page.\n\t\t- `F,B` -\u003e Scrolls viewport up, down a full page.\n\t\t- `G` -\u003e Scrolls viewport to the top.\n\t\t- `Shift+G` -\u003e Scrolls viewport to the bottom.\n\t- Side Pane:\n\t\t- Same bindings as the Main Pane.\n\n## Resources Used\n### [IRCDocs](https://modern.ircdocs.horse/about.html), [IRCDocs Github](https://github.com/ircdocs/modern-irc)\n### [RFC1459](https://datatracker.ietf.org/doc/html/rfc1459)\n### [RFC2812](https://datatracker.ietf.org/doc/html/rfc2812)\n### [IRCv3](https://ircv3.net/)\n\n## License\ngorc is licensed under the GPL-3 license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillusionman1212%2Fgorc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fillusionman1212%2Fgorc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillusionman1212%2Fgorc/lists"}