{"id":19584367,"url":"https://github.com/gpalleschi/reponere","last_synced_at":"2026-04-16T11:02:55.287Z","repository":{"id":95881904,"uuid":"348012764","full_name":"gpalleschi/reponere","owner":"gpalleschi","description":"Reponere is a bash utility script to replace values in ascii files, the name is latin translation of english word \"replace\".","archived":false,"fork":false,"pushed_at":"2021-03-27T07:12:02.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-10T06:57:38.559Z","etag":null,"topics":["bash","command-line-tool","lc","regular-expression","replace","script","utility"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gpalleschi.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":"2021-03-15T14:58:30.000Z","updated_at":"2023-09-08T18:19:50.000Z","dependencies_parsed_at":"2023-04-12T15:53:14.966Z","dependency_job_id":null,"html_url":"https://github.com/gpalleschi/reponere","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gpalleschi/reponere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2Freponere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2Freponere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2Freponere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2Freponere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gpalleschi","download_url":"https://codeload.github.com/gpalleschi/reponere/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2Freponere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"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":["bash","command-line-tool","lc","regular-expression","replace","script","utility"],"created_at":"2024-11-11T07:47:56.909Z","updated_at":"2026-04-16T11:02:55.240Z","avatar_url":"https://github.com/gpalleschi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"###\n# Reponere \n\nReponere is a bash utility script to replace values in ascii files, the name is latin translation of english word \"replace\".  \n \nScript accepts these options [Not positional] : \n\n\u003ctable\u003e\n    \u003ctr style=\"background-color:#A9A9A9\"\u003e\n        \u003ctd width=\"30%\" style=\"text-align:center;color:black;font-weight:bold;border:1px solid black\"\u003eOption\u003c/td\u003e\n        \u003ctd style=\"text-align:center;color:black;font-weight:bold;border:1px solid black\"\u003eDescription\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"30%\" style=\"font-weight:bold;border:1px solid black\"\u003e[-h]\u003c/td\u003e\n        \u003ctd style=\"border:1px solid black\"\u003efor Help\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"30%\" style=\"font-weight:bold;border:1px solid black\"\u003e[-r]\u003c/td\u003e\n        \u003ctd style=\"border:1px solid black\"\u003efor Recursive search `[Optional if not present take only files in directory]`\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"30%\" style=\"font-weight:bold;border:1px solid black\"\u003e[-fv]\u003c/td\u003e\n        \u003ctd style=\"border:1px solid black\"\u003efor File contains couple old value, new value separated by space `[Optional]`\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"30%\" style=\"font-weight:bold;border:1px solid black\"\u003e[-p]\u003c/td\u003e\n        \u003ctd style=\"border:1px solid black\"\u003efor Directory path where are presentes file to substitute `[Optional if not present take execution directory]`\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"30%\" style=\"font-weight:bold;border:1px solid black\"\u003e[-f]\u003c/td\u003e\n        \u003ctd style=\"border:1px solid black\"\u003efor file names to take for substitutions `[Optional if not present take all files, is expressed with a regular expression]`\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"30%\" style=\"font-weight:bold;border:1px solid black\"\u003e[-o]\u003c/td\u003e\n        \u003ctd style=\"border:1px solid black\"\u003eold value `[Optional]`\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"30%\" style=\"font-weight:bold;border:1px solid black\"\u003e[-n]\u003c/td\u003e\n        \u003ctd style=\"border:1px solid black\"\u003enew value `[Optional]`\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"30%\" style=\"font-weight:bold;border:1px solid black\"\u003e[-e]\u003c/td\u003e\n        \u003ctd style=\"border:1px solid black\"\u003esuffix for file modified `[Optional if is not present suffix is .wrk]`\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"30%\" style=\"font-weight:bold;border:1px solid black\"\u003e[-d]\u003c/td\u003e\n        \u003ctd style=\"border:1px solid black\"\u003edebug mode show differences in files `[Optional]`\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e     \n\n Examples of execution :\n\n       reponere -r -opippo -npluto -f*.txt  \n       reponere -fv./filevalues.txt -p./DirectoryToWork  \n       reponere -fv./filevalues.txt -p./DirectoryToWork -f*.txt -d\n\n### Prerequisites  \n\nNone  \n\n## Built With  \n\n* [Visual Code Editor](https://code.visualstudio.com)   \n\n## Authors  \n\n* **Giovanni Palleschi** - [gpalleschi](https://github.com/gpalleschi)  \n\n## License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE 3.0 License - see the [LICENSE](LICENSE) file for details ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpalleschi%2Freponere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpalleschi%2Freponere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpalleschi%2Freponere/lists"}