{"id":21418639,"url":"https://github.com/kdesp73/cchat","last_synced_at":"2026-02-08T03:03:36.892Z","repository":{"id":220235596,"uuid":"751023102","full_name":"KDesp73/cchat","owner":"KDesp73","description":"A simple chat service for the terminal written in C","archived":false,"fork":false,"pushed_at":"2024-08-06T00:18:54.000Z","size":139,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T10:34:29.914Z","etag":null,"topics":["chat","chat-application","clanguage","cli","sockets","terminal"],"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/KDesp73.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":"2024-01-31T19:30:15.000Z","updated_at":"2024-02-08T03:04:57.000Z","dependencies_parsed_at":"2024-05-31T17:18:10.800Z","dependency_job_id":"59c49a07-7107-405f-985c-fc59a4b35482","html_url":"https://github.com/KDesp73/cchat","commit_stats":null,"previous_names":["kdesp73/cchat"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Fcchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Fcchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Fcchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Fcchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KDesp73","download_url":"https://codeload.github.com/KDesp73/cchat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254121510,"owners_count":22018171,"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","chat-application","clanguage","cli","sockets","terminal"],"created_at":"2024-11-22T19:23:02.037Z","updated_at":"2026-02-08T03:03:31.861Z","avatar_url":"https://github.com/KDesp73.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cchat\n\nA simple chat service for the terminal written in C\n\n## Install \n\n```console\ngit clone --depth=1 https://github.com/KDesp73/cchat\ncd cchat\nmake\n./install.sh\n```\n\n## Usage\n\n\u003e If you want to use this remotely you will have to forward the IP adddress and port of\nyour computer\n\n### Start a server\n\n```console\ncchat serve --address 127.0.0.1 --port 1234\n```\n\n### Connect to the server as a client\n\n```console\ncchat connect --address 127.0.0.1 --port 1234\n```\n\n### Set a username\n\nRun\n\n```console\ncd ~/.config/cchat\necho \"[username]\" \u003e username\n```\n\n## Arguments\n\n- `-a`, `--address`: Specify the ip address\n- `-p`, `--port`: Specify the port\n\u003c!-- - `-u`, `--username`: Specify your username. Overrides the file username --\u003e\n- `-v`, `--version`: Print the program's version\n\n## Internal commands\n\n- `\\help` or `\\?`: Prints list of commands\n- `\\list`: Prints list of connected users\n- `\\clear`: Clears the terminal window\n- `\\whoami`: Prints users username\n- `\\whisper [username] [message]`: Sends private message to user with username `[username]`\n\n\u003e More to be implemented soon!\n\n## License\n\n[GNU](./LICENSE)\n\n## Author\n\n[KDesp73](https://github.com/KDesp73)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdesp73%2Fcchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdesp73%2Fcchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdesp73%2Fcchat/lists"}