{"id":15907346,"url":"https://github.com/jakobdev/jdeolconverter","last_synced_at":"2025-04-02T23:41:59.578Z","repository":{"id":50363073,"uuid":"504816667","full_name":"JakobDev/jdEolConverter","owner":"JakobDev","description":"Official Mirror of the Codeberg Repo","archived":false,"fork":false,"pushed_at":"2023-05-30T10:27:26.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T14:09:46.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codeberg.org/JakobDev/jdEolConverter","language":"Python","has_issues":false,"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/JakobDev.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":"2022-06-18T10:50:38.000Z","updated_at":"2023-05-30T10:26:49.000Z","dependencies_parsed_at":"2024-10-28T11:35:18.700Z","dependency_job_id":"ded14876-6879-4658-bc41-2b15d3ad6d16","html_url":"https://github.com/JakobDev/jdEolConverter","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.30000000000000004","last_synced_commit":"dbf4868f8ea87bec4cc651b919e55c0203366c93"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakobDev%2FjdEolConverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakobDev%2FjdEolConverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakobDev%2FjdEolConverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakobDev%2FjdEolConverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JakobDev","download_url":"https://codeload.github.com/JakobDev/jdEolConverter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246911495,"owners_count":20853654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-06T14:01:24.593Z","updated_at":"2025-04-02T23:41:59.559Z","avatar_url":"https://github.com/JakobDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ejdEolConverter\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003eConverts End of Line of all files in a directory\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"jdEolConverter\" src=\"screenshots/MainWindow.png\"/\u003e\n\u003c/p\u003e\n\njdEolConverter is a simple tool that converts the End of Line of all files in a direcory into the given format. Nothing more and nothing less. This is useful when you e.g. have edited files under Windows and forgot to change the End of Line Option.\n\n## Install\n\n### Flatpak\nYou can get jdEolConverter from [Flathub](https://flathub.org/apps/details/page.codeberg.JakobDev.jdEolConverter)\n\n### AUR\nArch Users can get jdEolConverter from the [AUR](https://aur.archlinux.org/packages/jdeolconverter)\n\n### pip\nYou can install jdEolConverter from [PyPI](https://pypi.org/project/jdEolConverter) using `pip`:\n```shell\npip install jdEolConverter\n```\nUsing this Method, it will not include a Desktop Entry or any other Data file, so you need to run jdEolConverter from the Command Line.\nUse this only, when nothing else works.\n\n### From source\nThis is only for experienced Users and someone, who wants to package jdEolConverter for a Distro.\njdEolConverter should be installed as a Python package.\nYou can use `pip` or any other tool that can handle Python packages.\nYou need to have `lrelease` installed to build the Package.\nAfter that, you should run `install-unix-datafiles.py` which wil install things like the Desktop Entry or the Icon in the correct place.\nIt defaults to `/usr`, but you can change it with the `--prefix` argument.\nIt also applies the translation to this files.\nYou need gettext installed to run `install-unix-datafiles.py`.\n\nHere's a example of installing jdEolConverter into `/usr/local`:\n```shell\nsudo pip install --prefix /usr/local .\nsudo ./install-unix-datafiles.py --prefix /usr/local\n```\n\n## Translate\nYou can help translating jdEolConverter on [Codeberg Translate](https://translate.codeberg.org/projects/jdEolConverter)\n\n## Develop\njdEolConverter is written in Python and uses PyQt6 as GUI toolkit. You should have some experience in both.\nYou can run `jdEolConverter.py`to start jdEolConverter from source and test your local changes.\nIt ships with a few scripts in the tools directory that you need to develop.\n\n#### BuildTranslations.py\nThis script takes all `.ts` files and compiles it to `.qm` files.\nThe `.ts` files are containing the translation source and are being used during the translation process.\nThe `.qm` contains the compiled translation and are being used by the Program.\nYou need to compile a `.ts` file to a `.qm` file to see the translations in the Program.\n\n#### UpdateTranslations.py\nThis regenerates the `.ts` files. You need to run it, when you changed something in the source code.\nThe `.ts` files are contains the line in the source, where the string to translate appears,\nso make sure you run it even when you don't changed a translatable string, so the location is correct.\n\n####  UpdateUnixDataTranslations.py\nThis regenerates the translation files in `deploy/translations`. these files contains the translations for the Desktop Entry and the AppStream File.\nIt uses gettext, as it is hard to translate this using Qt.\nThese files just exists to integrate the translation with Weblate, because Weblate can't translate the Desktop Entry and the AppStream file.\nMake sure you run this when you edited one of these files.\nYou need to have gettext installed to use it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobdev%2Fjdeolconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakobdev%2Fjdeolconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobdev%2Fjdeolconverter/lists"}