{"id":34985006,"url":"https://github.com/voutasaurus/sub","last_synced_at":"2026-05-23T19:34:21.637Z","repository":{"id":57562892,"uuid":"82542692","full_name":"voutasaurus/sub","owner":"voutasaurus","description":"recursive text substitution tool","archived":false,"fork":false,"pushed_at":"2017-02-20T10:06:44.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-07-31T17:37:15.270Z","etag":null,"topics":["filesystem","visitor-pattern"],"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/voutasaurus.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":"2017-02-20T09:55:31.000Z","updated_at":"2020-11-21T09:59:57.000Z","dependencies_parsed_at":"2022-09-16T10:41:30.504Z","dependency_job_id":null,"html_url":"https://github.com/voutasaurus/sub","commit_stats":null,"previous_names":["voutasaurus/s"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/voutasaurus/sub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voutasaurus%2Fsub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voutasaurus%2Fsub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voutasaurus%2Fsub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voutasaurus%2Fsub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voutasaurus","download_url":"https://codeload.github.com/voutasaurus/sub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voutasaurus%2Fsub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33410343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"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":["filesystem","visitor-pattern"],"created_at":"2025-12-27T01:28:34.511Z","updated_at":"2026-05-23T19:34:21.632Z","avatar_url":"https://github.com/voutasaurus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s\n\nA recursive find and replace tool.\n\n# Install\nInstall go: https://golang.org/dl/\n\nThen:\n```\n$ go get -u github.com/voutasaurus/s\n```\n\n# Usage:\n```\n$ s old new\n```\n\nThis will (starting in the current directory) recursively replace the \nstring `old` by the string `new` in all files at or below this directory.\n\nFiles and directories beginning with `.` and `_` are ignored. \nFiles and directories named `vendor` are also ignored.\n\n```\n$ s -p old new\n```\n\nThis will do the same except it prompts for each file before doing the replacement.\n\n# why did you do this?\n\nBecause using `sed` to recursively replace one word with another word is genuinely harder to figure out how to do than writing a go program to do it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoutasaurus%2Fsub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoutasaurus%2Fsub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoutasaurus%2Fsub/lists"}