{"id":37090894,"url":"https://github.com/0xdvc/gcom","last_synced_at":"2026-01-14T11:01:04.256Z","repository":{"id":262740055,"uuid":"888174225","full_name":"0xDVC/gcom","owner":"0xDVC","description":"A simple command-line tool that helps you find and visualize commits across multiple Git repositories in your workspace.  (WIP)","archived":false,"fork":false,"pushed_at":"2024-11-30T12:08:34.000Z","size":700,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T22:19:38.615Z","etag":null,"topics":["command-line-tool","git","go","learn"],"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/0xDVC.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-11-14T00:07:43.000Z","updated_at":"2024-12-23T00:10:07.000Z","dependencies_parsed_at":"2024-12-01T16:45:10.763Z","dependency_job_id":null,"html_url":"https://github.com/0xDVC/gcom","commit_stats":null,"previous_names":["0xdvc/gcom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xDVC/gcom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDVC%2Fgcom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDVC%2Fgcom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDVC%2Fgcom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDVC%2Fgcom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xDVC","download_url":"https://codeload.github.com/0xDVC/gcom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDVC%2Fgcom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["command-line-tool","git","go","learn"],"created_at":"2026-01-14T11:01:03.370Z","updated_at":"2026-01-14T11:01:04.248Z","avatar_url":"https://github.com/0xDVC.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n                    ______    ____    ____    _____  _____\n                  /  ___  | /  ___| /  __  \\ |   _ || _   |\n                 |  (___) ||  (___ |  (__)  ||  | |  | |  |\n                  \\_____  | \\_____| \\ ____ / |__| |__| |__|\n                  _____/  |\n                 |_______/\n```\n# 🔍 ```gcom``` - Git Commit Observer \u0026 Manager\nA simple command-line tool that helps you find and visualize commits across multiple Git repositories in your workspace. The idea came from missing a commit in a repo I was working on but forgot to push. I forgot both the name of the repo and the commit message. Does this happen to you? If it does, this was my solution. An overly engineered solution for a simple problem. An excuse to read golang docs and learn the language, with the good aid of gpt for illustrations and better understanding. Oh welp, it's a work-in-progress(WIP).\n\n![Terminal Preview](./screenshot/Screenshot%202024-11-14%20at%2008.16.39.png)\n\n## ✨ Features\n\n- 🎯 Find commits across multiple repositories in one go\n- 📅 Filter commits by time range (today, hours, days)\n- 🔄 Track pushed/unpushed commits\n- 🎨 Beautiful terminal UI with color-coded output\n- 📱 Responsive pager interface for easy navigation\n- ⚡ Concurrent repository scanning for speed\n- 📁 Recursively scan for Git repositories in subdirectories\n\n\n## 🚀 Installation (DEVELOPMENT)\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/0xdvc/gcom.git\n   ```\n\n2. Navigate to the project directory:\n   ```sh\n   cd gcom\n   ```\n\n3. Build the project:\n   ```sh\n   go build -o gcom cmd/gcom/main.go\n   ```\n\n4. Run the tool:\n   ```sh\n   ./gcom\n   ```\n## Resources\n- [Go Documentation](https://pkg.go.dev/std)\n- [5 Go Concurrency Patterns I wish I learned earlier](https://blog.stackademic.com/5-go-concurrency-patterns-i-wish-i-learned-earlier-bbfc02afc44b)\n- [go-concurrency-patterns](https://github.com/iamuditg/go-concurrency-patterns)\n- [Git Documentation](https://git-scm.com/docs)\n\n## 📝 License\n\nMIT License - feel free to use and modify!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdvc%2Fgcom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xdvc%2Fgcom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdvc%2Fgcom/lists"}