{"id":17028074,"url":"https://github.com/mochitto/ised","last_synced_at":"2026-05-15T18:34:03.639Z","repository":{"id":145106223,"uuid":"604343304","full_name":"Mochitto/iSed","owner":"Mochitto","description":"Interactive sed, to have a better idea of what you are going to change with sed.","archived":false,"fork":false,"pushed_at":"2023-02-20T22:29:44.000Z","size":233,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T01:48:03.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Mochitto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-02-20T21:25:32.000Z","updated_at":"2023-05-07T10:43:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a1431af-55e8-4ec1-b0d1-b86778187f70","html_url":"https://github.com/Mochitto/iSed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mochitto/iSed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochitto%2FiSed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochitto%2FiSed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochitto%2FiSed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochitto%2FiSed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mochitto","download_url":"https://codeload.github.com/Mochitto/iSed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochitto%2FiSed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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-14T07:52:09.948Z","updated_at":"2026-05-15T18:34:03.621Z","avatar_url":"https://github.com/Mochitto.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n$$\\  $$$$$$\\                  $$\\ \n\\__|$$  __$$\\                 $$ |\n$$\\ $$ /  \\__| $$$$$$\\   $$$$$$$ |\n$$ |\\$$$$$$\\  $$  __$$\\ $$  __$$ |\n$$ | \\____$$\\ $$$$$$$$ |$$ /  $$ |\n$$ |$$\\   $$ |$$   ____|$$ |  $$ |\n$$ |\\$$$$$$  |\\$$$$$$$\\ \\$$$$$$$ |\n\\__| \\______/  \\_______| \\_______|\n\nv0.1.0\n```\niSed (interactive sed) is a small script that allows you to see what your sed command will change, before making those changes.\n\nThe script wraps sed and [icdiff](https://github.com/jeffkaufman/icdiff).\n\n## Demo\n![A demo of the script running in the terminal](https://github.com/Mochitto/iSed/blob/main/docs/demo.png?raw=true)\n![A demo of the script running in the terminal](https://github.com/Mochitto/iSed/blob/main/docs/long%20demo.png?raw=true)\n\n## Installation\n\n- Install `icdiff` using `pip`.\n```bash\npip install icdiff\n```\n- Clone this repository.\n```bash\ngit clone https://github.com/Mochitto/iSed.git \n```\n- Turn the script into an executable.\n- Move it to your bin directory to run it with `iSed`.\n\n## Usage\n\niSed has the same interface as `sed`.\n\nOnce you define your command, you will be shown a git-style diff, where you can evaluate if to continue or not.\n\nTo do this, the script pipes the output of sed to a temporary file, that overwrites the original if the changes are deemed correct.\n\n### Notice!\nIt will not prevent you from changing the file in place with `sed`'s `-i` flag.  \nIt's also important to put the file to change as last argument (I'm new to scripting, hopefully someone can help make this better).\n```bash\niSed -r \"s/foo/bar/g\" my_file.txt\n```\n\n## Contributing\n\nPull requests are super welcome. 💕  \nFor major changes, please open an issue first, to discuss what you would like to change.\n\n## License\n\nThis project's license: [GPL3](https://choosealicense.com/licenses/gpl-3.0/).\n\nYou can also find the license of `icdiff` [here](https://github.com/jeffkaufman/icdiff/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochitto%2Fised","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmochitto%2Fised","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochitto%2Fised/lists"}