{"id":16687042,"url":"https://github.com/paralin/git-find-replace","last_synced_at":"2026-04-21T22:33:55.664Z","repository":{"id":176687261,"uuid":"645573858","full_name":"paralin/git-find-replace","owner":"paralin","description":"Tool to find and replace literal strings within a Git repo.","archived":false,"fork":false,"pushed_at":"2023-05-26T00:55:27.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T03:39:52.512Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paralin.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":"2023-05-26T00:55:11.000Z","updated_at":"2023-06-02T07:21:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"25177793-6547-4e92-8397-e4334f9e2699","html_url":"https://github.com/paralin/git-find-replace","commit_stats":null,"previous_names":["paralin/git-find-replace"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paralin/git-find-replace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fgit-find-replace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fgit-find-replace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fgit-find-replace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fgit-find-replace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paralin","download_url":"https://codeload.github.com/paralin/git-find-replace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fgit-find-replace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32113139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-12T15:07:36.945Z","updated_at":"2026-04-21T22:33:55.633Z","avatar_url":"https://github.com/paralin.png","language":"Go","readme":"# git-find-replace\n\n[Go Report Card Widget]: https://goreportcard.com/badge/github.com/paralin/git-find-replace\n[Go Report Card]: https://goreportcard.com/report/github.com/paralin/git-find-replace\n\nThis is a small tool which can be used to find and replace literal strings in a\nGit repository.\n\nIt uses `git grep -l -F` to search for the pattern and `strings.ReplaceAll` from\nGo to replace the matches within the files.\n\nUsage:\n\n```\ngo install -v github.com/paralin/git-find-replace@main\ncd ./my/git/repo\ngit find-replace 'SearchString' 'ReplaceString'\n```\n\nSearches and replaces in files in and below the working dir.\n\nIgnores files ignored by .gitignore.\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalin%2Fgit-find-replace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparalin%2Fgit-find-replace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalin%2Fgit-find-replace/lists"}