{"id":22358930,"url":"https://github.com/semihbkgr/git-find","last_synced_at":"2026-05-02T13:34:41.030Z","repository":{"id":40596405,"uuid":"498896390","full_name":"semihbkgr/git-find","owner":"semihbkgr","description":"search texts on a specific git commit","archived":false,"fork":false,"pushed_at":"2022-07-23T20:14:41.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T21:38:47.711Z","etag":null,"topics":["git","go","golang","search","tool"],"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/semihbkgr.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}},"created_at":"2022-06-01T20:57:54.000Z","updated_at":"2023-02-19T16:33:44.000Z","dependencies_parsed_at":"2022-09-26T21:20:45.532Z","dependency_job_id":null,"html_url":"https://github.com/semihbkgr/git-find","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/semihbkgr/git-find","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semihbkgr%2Fgit-find","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semihbkgr%2Fgit-find/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semihbkgr%2Fgit-find/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semihbkgr%2Fgit-find/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semihbkgr","download_url":"https://codeload.github.com/semihbkgr/git-find/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semihbkgr%2Fgit-find/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: 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":["git","go","golang","search","tool"],"created_at":"2024-12-04T15:18:22.046Z","updated_at":"2026-05-02T13:34:40.991Z","avatar_url":"https://github.com/semihbkgr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-find\n\n[![ci workflow](https://github.com/semihbkgr/git-find/actions/workflows/ci.yml/badge.svg)](https://github.com/semihbkgr/git-find/actions/workflows/ci.yml)\n[![go doc](https://godoc.org/github.com/semihbkgr/git-find?status.png)](https://pkg.go.dev/github.com/semihbkgr/git-find)\n\n'git-find' is a tool that enables you to search texts on a specific git commit.\n\n```shell\ngit find [args --commit=\u003chash\u003e --ignore-case ...] [search terms]\n```\n\nto list all available args: 'git-find --help'\n\n### Installation\n\n```shell\ngo install github.com/semihbkgr/git-find@latest\n```\n\n### Usage\n\nto find 'todo' and 'func' keywords on commit '9aaf0b4'\n\n```shell\ngit find --commit=9aaf0b4 --ignore-case --removed todo func\n# --commit: defines which commit you want to search on\n# --ignore-case: apply case-insensitive search\n# --removed: prints removed lines as well\n```\n\noutput\n\n![output](./output.png)\n\nto search on working tree, do not pass 'commit' arg.\n\n```shell\ngit find [search terms]\n```\n\nto list all available args\n\n```shell\ngit-find --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemihbkgr%2Fgit-find","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemihbkgr%2Fgit-find","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemihbkgr%2Fgit-find/lists"}