{"id":27991639,"url":"https://github.com/gabrielchaves1/easycommit","last_synced_at":"2025-05-13T15:20:25.956Z","repository":{"id":291875164,"uuid":"979044956","full_name":"GabrielChaves1/easycommit","owner":"GabrielChaves1","description":"a Go CLI tool that uses AI to generate concise, descriptive, and conventional Git commit messages","archived":false,"fork":false,"pushed_at":"2025-05-07T01:11:08.000Z","size":25,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T01:37:00.687Z","etag":null,"topics":["ai","cli","git","golang","open-source"],"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/GabrielChaves1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"docs/CODE_OF_CONDUCT.md","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-05-06T23:07:37.000Z","updated_at":"2025-05-07T01:19:01.000Z","dependencies_parsed_at":"2025-05-07T01:47:24.867Z","dependency_job_id":null,"html_url":"https://github.com/GabrielChaves1/easycommit","commit_stats":null,"previous_names":["gabrielchaves1/easycommit"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielChaves1%2Feasycommit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielChaves1%2Feasycommit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielChaves1%2Feasycommit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielChaves1%2Feasycommit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabrielChaves1","download_url":"https://codeload.github.com/GabrielChaves1/easycommit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252847546,"owners_count":21813460,"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":["ai","cli","git","golang","open-source"],"created_at":"2025-05-08T17:37:13.144Z","updated_at":"2025-05-08T17:37:13.847Z","avatar_url":"https://github.com/GabrielChaves1.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 EasyCommit\n\n![image](https://github.com/user-attachments/assets/1d7edad1-09a1-4914-b180-a2d4048ec711)\n\n**EasyCommit** is a Golang command-line tool that uses AI to generate concise, descriptive, and conventional Git commit messages for you, you just need to run a single command `easycommit` after staging your changes.\n\n## 📜 Features\n\n- **AI-Powered**: Uses OpenAI to generate commit messages.\n- **Multi-Agent Support**: Choose between multiple AI agents to generate commit messages.\n- **Easy to Use**: Just run `easycommit` after staging your changes.\n- **Supports Multiple Languages**: Works with any programming language.\n\n## 📦 Installation\n\nRequires Go 1.20+ and Git.\n\n```bash\ngo install github.com/GabrielChaves1/easycommit@latest\n```\n\nOr download the binary from [Releases](https://github.com/GabrielChaves1/easycommit/releases).\n\n## 🛠️ Configuration Commands\n\n### Set the AI Agent\n\nConfigure which AI agent will be used to generate commit messages.  \nNow you can choose between OpenAI and Gemini.\n\n```bash\n# Set the AI agent to OpenAI\neasycommit config set-agent openai --api-key YOUR_OPENAI_API_KEY\n\n# Set the AI agent to Gemini\neasycommit config set-agent gemini --api-key YOUR_GEMINI_API_KEY\n```\n\n### Set the Commit Message Language\n\nSet the language in which commit messages will be generated.\n\n```bash\neasycommit config language en\n```\n\n**en**: The language for the commit message.\n\n- Replace en with your preferred language (e.g., pt for Portuguese, es for Spanish, etc).\n\nYou can change this at any time to generate commit messages in a different language.\n\n## 🖥️ Example Workflow\n\nGenerate a commit message:\n\n```bash\neasycommit config set-agent openai --api-key YOUR_OPENAI_API_KEY\neasycommit config language en\ngit add .\neasycommit\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please read the [CONTRIBUTING.md](docs/CONTRIBUTING.md) for details on how to contribute to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielchaves1%2Feasycommit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielchaves1%2Feasycommit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielchaves1%2Feasycommit/lists"}