{"id":15497363,"url":"https://github.com/heapwolf/peerchan","last_synced_at":"2025-08-09T19:44:01.573Z","repository":{"id":44331646,"uuid":"258992160","full_name":"heapwolf/peerchan","owner":"heapwolf","description":"Fully decentralized p2p IRC for your terminal","archived":false,"fork":false,"pushed_at":"2022-06-02T21:42:27.000Z","size":3080,"stargazers_count":15,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T19:34:21.445Z","etag":null,"topics":["chat","irc","p2p","peer","peerlinks"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heapwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-26T09:38:15.000Z","updated_at":"2024-05-10T19:50:21.000Z","dependencies_parsed_at":"2022-09-01T16:51:46.571Z","dependency_job_id":null,"html_url":"https://github.com/heapwolf/peerchan","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/heapwolf%2Fpeerchan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpeerchan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpeerchan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpeerchan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heapwolf","download_url":"https://codeload.github.com/heapwolf/peerchan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250333204,"owners_count":21413346,"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":["chat","irc","p2p","peer","peerlinks"],"created_at":"2024-10-02T08:33:10.301Z","updated_at":"2025-04-22T22:26:20.385Z","avatar_url":"https://github.com/heapwolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\nA terminal based client for the peerlinks protocol.\n\n![screenshot](screenshot.png)\n\n- Fully peer to peer\n- Multiline input editing\n- Command autocomplete\n- Customizable color scheme\n- Buffer scrollback\n- Create channels\n- Request and accept invites\n\n# INSTALL\n\n```sh\nnpm install peerchan -g\n```\n\n# GETTING STARTED\n\n- Launch the app by typing `peerchan` from your terminal.\n- Create an identity by typing `/id \u003cyour-user-name\u003e`.\n- Make a request to join someone's channel by typing `/r` or\ncreate your own channel by typing `/create \u003cchannel-name\u003e`.\n\n\n# CONFIG\nOptional example config stored in `~/.peerchan.json`.\n\n```js\n{\n  \"bg\": 255,\n  \"fg\": 234,\n  \"comment\": { // system comments\n    \"fg\": 246,\n    \"bg\": 255\n  },\n  \"prompt\": { // the text message input\n    \"bg\": 4,\n    \"fg\": 15\n  },\n  \"timestamp\": { // message timestamp\n    \"fg\": 244,\n    \"bg\": 255\n  },\n  \"status\": { // the status bar at the top\n    \"fg\": 4,\n    \"bg\": 15\n  },\n  \"prefix\": \"▌\", // prefix system comments\n  \"scrollback\": 3, // scrollback rate\n  \"id\": \"heapwolf\" // your default id\n}\n```\n\n# DEBUGGING\nThis has been tested on node `12.16.3 LTS`, but latest, `14.1.0` seems\nto have some issues.\n\nIn terminal window A...\n\n```sh\nDEBUG_COLORS=false DEBUG='peerlinks:*' INST=0 node ./bin/peerchan.js\n```\n\nIn terminal widow B...\n```sh\nDEBUG_COLORS=false DEBUG='peerlinks:*' INST=1 node ./bin/peerchan.js\n```\n\nIn terminal window C...\n\n```sh\ntail -f ./peerchan.log\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fpeerchan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheapwolf%2Fpeerchan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fpeerchan/lists"}