{"id":34706070,"url":"https://github.com/jstenmark/gitsubmodulesparser","last_synced_at":"2026-04-11T06:43:09.359Z","repository":{"id":198911719,"uuid":"701801571","full_name":"jstenmark/gitsubmodulesparser","owner":"jstenmark","description":"Utility to convert .gitmodules configurations into git submodule add commands.","archived":false,"fork":false,"pushed_at":"2023-10-14T12:55:59.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T10:54:29.875Z","etag":null,"topics":["archlinux","automation","cli","dotfiles","git","gitmodule","gitmodules","python","submodules","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","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/jstenmark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-07T15:44:50.000Z","updated_at":"2024-04-24T10:54:29.876Z","dependencies_parsed_at":"2023-10-15T00:46:26.032Z","dependency_job_id":null,"html_url":"https://github.com/jstenmark/gitsubmodulesparser","commit_stats":null,"previous_names":["jstenmark/gitsubmodulesparser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jstenmark/gitsubmodulesparser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstenmark%2Fgitsubmodulesparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstenmark%2Fgitsubmodulesparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstenmark%2Fgitsubmodulesparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstenmark%2Fgitsubmodulesparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jstenmark","download_url":"https://codeload.github.com/jstenmark/gitsubmodulesparser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstenmark%2Fgitsubmodulesparser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28012171,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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":["archlinux","automation","cli","dotfiles","git","gitmodule","gitmodules","python","submodules","utility"],"created_at":"2025-12-24T23:22:54.297Z","updated_at":"2025-12-24T23:22:55.020Z","avatar_url":"https://github.com/jstenmark.png","language":"Python","readme":"# gitsubmodulesparser\n\nConvert `.gitmodules` entries into `git submodule add` commands.\n\n## Usage\n\n```bash\n# Install deps\npip3 install -r requirements.txt\n```\n\n```bash\n# Syntax\npython3 convert_gitmodules.py [gitmodules_path] [--force]\n```\n\n- `gitmodules_path` (optional): Path to the `gitmodules` file. Default is \".gitmodules\".\n- `--force` (optional): Include the \"--force\" flag in the `git submodule add` command. Default is not to include it.\n\n## Example\n\n```bash\n# To convert Gitmodules, run the convert_gitmodules.py script.\npython convert_gitmodules.py ~/.gitmodules --force\n\n# Output\ngit submodule add --force https://github.com/tonsky/FiraCode fonts/fira\ngit submodule add --force https://github.com/JetBrains/JetBrainsMono fonts/JetBrainsMono\ngit submodule add --force https://github.com/zdharma-continuum/fast-syntax-highlighting .config/zsh/plugins/fast-syntax-highlighting\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstenmark%2Fgitsubmodulesparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjstenmark%2Fgitsubmodulesparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstenmark%2Fgitsubmodulesparser/lists"}