{"id":30702435,"url":"https://github.com/sensorario/gocommit","last_synced_at":"2025-09-02T15:21:20.406Z","repository":{"id":287616431,"uuid":"965280720","full_name":"sensorario/gocommit","owner":"sensorario","description":"Un robo del coso per committare cose ma sopratutto per giocare con go","archived":false,"fork":false,"pushed_at":"2025-05-15T22:29:05.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"next","last_synced_at":"2025-05-15T22:37:07.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/sensorario.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-12T20:07:51.000Z","updated_at":"2025-05-15T22:29:09.000Z","dependencies_parsed_at":"2025-04-12T21:26:11.626Z","dependency_job_id":"fa1b47c4-32eb-484d-874a-0a6d1a9cc593","html_url":"https://github.com/sensorario/gocommit","commit_stats":null,"previous_names":["sensorario/gocommit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sensorario/gocommit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensorario%2Fgocommit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensorario%2Fgocommit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensorario%2Fgocommit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensorario%2Fgocommit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sensorario","download_url":"https://codeload.github.com/sensorario/gocommit/tar.gz/refs/heads/next","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensorario%2Fgocommit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273303134,"owners_count":25081373,"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-09-02T02:00:09.530Z","response_time":77,"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":[],"created_at":"2025-09-02T15:21:16.927Z","updated_at":"2025-09-02T15:21:20.396Z","avatar_url":"https://github.com/sensorario.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gocommit\n\nA simple Go CLI tool that stages all changes, commits them with a message, and pushes to your Git repository.\n\n![Prompt Example](prompt.png)\n\n## 📦 Installation\n\n### Requirements\n\n- [Go](https://go.dev/dl/) installed (`go version`)\n- `make` and `git` available on your system\n\n### Steps\n\nClone the repository and install the tool globally:\n\n```bash\ngit clone https://github.com/sensorario/gocommit.git\ncd gocommit\nmake\n```\n\nThis will:\n\n- Run `go mod tidy` to install dependencies\n- Compile the Go program\n- Move the resulting binary to `/usr/local/bin/gocommit`\n- Overwrite any existing command with the same name\n\n## 🧼 Clean\n\nTo remove the compiled binary from the current directory:\n\n```bash\nmake clean\n```\n\n## 🚀 Usage\n\nNavigate to any Git repository and run:\n\n```bash\ngocommit\n```\n\nYou’ll be prompted to enter a commit message. The tool executes:\n\n1. `git add .`\n2. `git commit -m \"your message\"`\n3. `git push`\n\n## 🙋‍♂️ Example\n\n```bash\n$ gocommit\nEnter commit message: fix: correct typo in README\n[main b2n3m45n] fix: correct typo in README\n 1 file changed, 1 insertion(+), 1 deletion(+)\nTo github.com:your-user/your-repo.git\n```\n\n## 🛠 Development\n\nTo install or update dependencies manually:\n\n```bash\ngo mod tidy\n```\n\nTo build the binary manually:\n\n```bash\ngo build -o gocommit main.go\n```\n\n## 📝 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensorario%2Fgocommit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsensorario%2Fgocommit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensorario%2Fgocommit/lists"}