{"id":29872673,"url":"https://github.com/danieljhkim/terminal-chat","last_synced_at":"2025-07-30T21:41:20.413Z","repository":{"id":306852132,"uuid":"1026993504","full_name":"danieljhkim/Terminal-Chat","owner":"danieljhkim","description":"Chat application right within your terminal, because why not?","archived":false,"fork":false,"pushed_at":"2025-07-28T01:22:37.000Z","size":250,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-28T03:24:52.718Z","etag":null,"topics":["chat-application","cli","golang","server","terminal-app"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danieljhkim.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}},"created_at":"2025-07-27T04:40:23.000Z","updated_at":"2025-07-28T01:22:40.000Z","dependencies_parsed_at":"2025-07-28T03:24:54.532Z","dependency_job_id":"2e933b2e-c00a-49e4-96b0-6c7ba6f68f42","html_url":"https://github.com/danieljhkim/Terminal-Chat","commit_stats":null,"previous_names":["danieljhkim/terminal-chat"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/danieljhkim/Terminal-Chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljhkim%2FTerminal-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljhkim%2FTerminal-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljhkim%2FTerminal-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljhkim%2FTerminal-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieljhkim","download_url":"https://codeload.github.com/danieljhkim/Terminal-Chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljhkim%2FTerminal-Chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267945893,"owners_count":24170221,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["chat-application","cli","golang","server","terminal-app"],"created_at":"2025-07-30T21:41:19.264Z","updated_at":"2025-07-30T21:41:20.375Z","avatar_url":"https://github.com/danieljhkim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminal-Chat\n\nA simple command-line chat application built with Go, consisting of a chat server and a CLI client.\n\n--- \n\n## Features\n\n- Real-time messaging between multiple clients within terminal\n- Cross-platform compatibility\n\n![termical-chat](docs/demo.png)\n\n#### Commands\n\n- `chat-cli init`:\tInitialize configuration file (username and server address)\n- `chat-cli -h`:\tShow help information\n- `chat-cli rooms list`:\tList all available rooms\n- `chat-cli rooms join \u003croom\u003e`:\tJoin or create a specific room\n\n## Requirements\n- Computer with a terminal\n- Go 1.19 or higher\n\n## Usage\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/danieljhkim/Terminal-Chat.git\ncd Terminal-Chat\n```\n\n2. Build the project:\n```bash\n# Install dependencies\nmake deps\n\n# Build binaries of server and cli\nmake build\n```\n\n3. Install cli binary to your system:\n```bash\nmake install-cli\n\n# if using pc, adjust Makefile to install to /usr/local/bin\n```\n\n4. Run the server:\n```bash\nmake run-server\n```\n\n5. Open a new terminal and run the client:\n```bash\n# initialize chat-cli config\nchat-cli init\n\n# join/create a chat room\nchat-cli rooms join room_name\n```\n\n## TODO's\n- [ ] Add support for direct messages\n- [ ] Implement user authentication \u0026 TLS\n- [ ] Implement friend system\n- [ ] Implement rate limiting\n- [ ] Add input sanitation to prevent terminal injection attacks\n\n\n## Acknowledgments\n- Built with Cobra for CLI framework\n- Uses Viper for configuration management\n- Github Copilot\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljhkim%2Fterminal-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieljhkim%2Fterminal-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljhkim%2Fterminal-chat/lists"}