{"id":15576713,"url":"https://github.com/iamtraction/eol-ender","last_synced_at":"2026-05-30T22:31:25.428Z","repository":{"id":103669917,"uuid":"190215253","full_name":"iamtraction/eol-ender","owner":"iamtraction","description":"Fix line endings recursively in all the files in the current directory with a single command!","archived":false,"fork":false,"pushed_at":"2019-06-04T14:47:56.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-13T11:43:50.339Z","etag":null,"topics":["crlf","eol","fixer","lf","line-endings","script"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/iamtraction.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":"2019-06-04T14:13:02.000Z","updated_at":"2019-07-13T07:42:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c0b1cb0-3381-447c-92b6-ffcfb013ce91","html_url":"https://github.com/iamtraction/eol-ender","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"e044266d10511b4b681a26bbaf45d887e6e45051"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamtraction/eol-ender","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamtraction%2Feol-ender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamtraction%2Feol-ender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamtraction%2Feol-ender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamtraction%2Feol-ender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamtraction","download_url":"https://codeload.github.com/iamtraction/eol-ender/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamtraction%2Feol-ender/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33712579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["crlf","eol","fixer","lf","line-endings","script"],"created_at":"2024-10-02T18:54:58.408Z","updated_at":"2026-05-30T22:31:25.408Z","avatar_url":"https://github.com/iamtraction.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EOL Ender\nFix line endings recursively in all the files in the current directory with a single command!\n\n# What does this do exactly?\nThis script changes the EOL characters in all files (optionally with a specified extention) to `LF`.\nIt doesn't touch `.ps`, `.bat`, `.cmd` or `.btm` files as they are DOS specific files and should have `CRLF` line endings.\n\n# Requirements\n\n* [Python 3](https://www.python.org/downloads/)\n* [EOL Ender Script](https://raw.github.com/k3rn31p4nic/eol-ender/master/ender.py)\n\n# Usage\n\n```\nender.py [DIRECTORY] [EXTENSION]\n```\n\n## Arguments\n\n* `DIRECTORY`  \n  The path (relative or absolute) to the directory in which the files are to be searched. Defaults to the current working directory `.`.\n* `EXTENSION`  \n  If the extension is specified, only the files with this extension will be changed. Defaults to all the files in the current and sub directories.\n\n## Examples\n\n1. Fix line endings for all files inside the current directory (and subdirectories).\n```\nender.py\n```\n\n2. Fix line endings for all files inside the `parser` directory (and its subdirectories).\n```\nender.py parser\n```\n\n3. Fix line endings for all files, with `.go` extention, inside the current directory (and subdirectories).\n```\nender.py . go\n```\n\n4. Fix line endings for all files, with `.prism` extention, inside the `examples` directory (and its subdirectories).\n```\nender.py examples prism\n```\n\n# Notes\n\n\u003e To download this script, [Right-Click here](https://raw.github.com/k3rn31p4nic/eol-ender/master/ender.py) and click **Save Link As...** and save the file.\n\n\u003e Feel free to open issues and/or pull requests if you want to contribute.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamtraction%2Feol-ender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamtraction%2Feol-ender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamtraction%2Feol-ender/lists"}