{"id":26917967,"url":"https://github.com/rosettatype/repos","last_synced_at":"2025-10-07T02:08:16.080Z","repository":{"id":34315974,"uuid":"38233637","full_name":"rosettatype/repos","owner":"rosettatype","description":"Quick and dirty Python script to track multiple Git repositories and easily fetch updates","archived":false,"fork":false,"pushed_at":"2016-01-01T19:11:54.000Z","size":5,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T20:51:35.283Z","etag":null,"topics":["git","python"],"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/rosettatype.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-29T07:26:01.000Z","updated_at":"2024-02-16T07:26:40.000Z","dependencies_parsed_at":"2022-07-15T17:17:08.900Z","dependency_job_id":null,"html_url":"https://github.com/rosettatype/repos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rosettatype/repos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosettatype%2Frepos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosettatype%2Frepos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosettatype%2Frepos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosettatype%2Frepos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosettatype","download_url":"https://codeload.github.com/rosettatype/repos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosettatype%2Frepos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708004,"owners_count":26031932,"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-10-07T02:00:06.786Z","response_time":59,"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":["git","python"],"created_at":"2025-04-01T20:51:10.896Z","updated_at":"2025-10-07T02:08:16.050Z","avatar_url":"https://github.com/rosettatype.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# repos\n\nQuick and dirty Python script to track multiple Git repositories and easily fetch updates for them.\n\nIt stores a list of repositories in a file `.repos` in your home folder, so you can refer to them with simple short names or all together.\n\nYou might want to consider using [Pug](https://github.com/ashur/pug) which is prettier and more versatile. I just felt like Python. I tried to keep the command-line interface similar.\n\n\n## Usage\n\nFor all commands except `repos list`, you can use special name `all` to process all tracked repos (e.g. `repos pull all`). For `pull/up` and `push` this uses only repos that are enabled (see below).\n\nAdd repo to the list:\n\n``` bash\n$ repos add \u003cname\u003e \u003cpath\u003e\n```\n\n`\u003cname\u003e` is best kept short and without spaces. E.g.:\n\n``` bash\n$ repos add myproject ~/Project/MyMy/\n```\n\nAdd all repos in subdirectories of \u003cpath\u003e to the list, names are generated automatically from the relative path:\n\n``` bash\n$ repos add all \u003cpath\u003e\n```\n\nRemove repo with \u003cname\u003e from the list:\n\n``` bash\n$ repos rm \u003cname\u003e\n```\n\nPull updates for repo \u003cname\u003e (uses: `git pull` and `git submodule update --init --recursive`):\n\n``` bash\n$ repos pull \u003cname\u003e\n```\n\nor identical:\n\n``` bash\n$ repos up \u003cname\u003e\n```\n\nPush updates for repo \u003cname\u003e (uses: `git push origin master`):\n\n``` bash\n$ repos push \u003cname\u003e\n```\n\nEnable repo so it is processed when `all` is used as a name (default is enabled):\n\n``` bash\n$ repos enable \u003cname\u003e\n```\n\nDisable repo so it is not processed when `all` is used as a name:\n\n``` bash\n$ repos disable \u003cname\u003e\n```\n\nShow repo details:\n\n``` bash\n$ repos show \u003cname\u003e\n```\n\nShow list of all tracked repos:\n\n``` bash\n$ repos list\n```\n\nNote: this is a result of my procrastination. Do not expect me to make it less dirty.\n\nRequires Python 2.5 or higher I guess.\n\nCopyright (c) 2015 David Březina. [MIT licence](LICENCE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosettatype%2Frepos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosettatype%2Frepos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosettatype%2Frepos/lists"}