{"id":17117607,"url":"https://github.com/utkuufuk/oh-my-repos","last_synced_at":"2025-04-13T04:35:15.730Z","repository":{"id":107371502,"uuid":"161650784","full_name":"utkuufuk/oh-my-repos","owner":"utkuufuk","description":"A wrapper for \"myrepos\" that makes pulling multiple git repositories even easier.","archived":false,"fork":false,"pushed_at":"2019-04-29T08:41:48.000Z","size":40,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T21:23:07.743Z","etag":null,"topics":["command-line","command-line-tool","commandline","git","git-tool","git-tools","vcs-tools"],"latest_commit_sha":null,"homepage":"","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/utkuufuk.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,"zenodo":null}},"created_at":"2018-12-13T14:29:35.000Z","updated_at":"2023-09-15T02:03:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae7bf65f-c528-4c48-888f-1f2fed635d15","html_url":"https://github.com/utkuufuk/oh-my-repos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utkuufuk%2Foh-my-repos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utkuufuk%2Foh-my-repos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utkuufuk%2Foh-my-repos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utkuufuk%2Foh-my-repos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utkuufuk","download_url":"https://codeload.github.com/utkuufuk/oh-my-repos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665157,"owners_count":21142118,"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":["command-line","command-line-tool","commandline","git","git-tool","git-tools","vcs-tools"],"created_at":"2024-10-14T17:52:11.635Z","updated_at":"2025-04-13T04:35:15.722Z","avatar_url":"https://github.com/utkuufuk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oh My Repos\nA wrapper for the awesome [myrepos](https://myrepos.branchable.com/) tool that makes pulling your Git repositories even easier.\n\n## Features\n * **Works from any directory.** You don't have to `cd` to your `$HOME` directory to use it.\n * **Usage is simple and easy.** You don't have to `mr register` your repositories one by one, just type `pull.`\n * **Parallel by default.** You don't have to explicitly tell it to use multiprocessing.\n## Setting Up\n 1. [Install myrepos](https://myrepos.branchable.com/install/)\n 2. Run\n    ``` sh \n    # normal installation\n    pip3 install .\n    ```\n    ``` sh\n    # development mode installation\n    pip install -e .\n    ```\n \n#### Uninstall \n```\n./uninstall.sh\n```\n\n## Usage\n``` sh\n# Pulls all git repos in all dirs specified in ~/.ohmyrepos.json\npull\n\n# Pulls all git repos in input dir in addition to all dirs specified in ~/.ohmyrepos.json\npull -d /path/to/other/repos/\n\n# Same as above, except now it also adds input dir to saved dirs in ~/.ohmyrepos.json\npull -d /path/to/other/repos/ -s\n```\n\n## Configuration\nJust after the first execution of a command with `-s` (or `--save`) flag, the configuration file `.ohmyrepos.json` will be created inside your `$HOME` directory. \nYou can always manually edit your saved directories from there:\n``` json\n    {\n        \"dirs\": [\n            \"/path/to/your/repos\",\n            \"/path/to/your/other/repos\"\n        ]\n    }\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futkuufuk%2Foh-my-repos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futkuufuk%2Foh-my-repos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futkuufuk%2Foh-my-repos/lists"}